mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-17 04:38:25 +00:00
fix
This commit is contained in:
parent
8d8712b1d4
commit
df5953941f
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization
|
|||
See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-edition/ffi.html), [The Rust FFI Omnibus](http://jakegoulding.com/rust-ffi-omnibus/) (a collection of examples of using code written in Rust from other languages) and [FFI examples written in Rust](https://github.com/alexcrichton/rust-ffi-examples).
|
||||
|
||||
* C
|
||||
* [rlhunt/cbindgen](https://github.com/eqrion/cbindgen ) — generates C header files from Rust source files. Used in Gecko for WebRender [<img src="https://api.travis-ci.org/eqrion/cbindgen .svg?branch=master">](https://travis-ci.org/eqrion/cbindgen )
|
||||
* [rlhunt/cbindgen](https://github.com/eqrion/cbindgen) — generates C header files from Rust source files. Used in Gecko for WebRender [<img src="https://api.travis-ci.org/eqrion/cbindgen.svg?branch=master">](https://travis-ci.org/eqrion/cbindgen)
|
||||
* [Sean1708/rusty-cheddar](https://github.com/Sean1708/rusty-cheddar) — generates C header files from Rust source files [<img src="https://api.travis-ci.org/Sean1708/rusty-cheddar.svg?branch=master">](https://travis-ci.org/Sean1708/rusty-cheddar)
|
||||
* C++
|
||||
* [rust-lang-nursery/rust-bindgen](https://github.com/rust-lang-nursery/rust-bindgen) — a Rust bindings generator
|
||||
|
|
Loading…
Add table
Reference in a new issue