1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-21 10:45:55 +02:00
This commit is contained in:
kud1ing 2016-01-27 13:13:52 +01:00
parent cd7bda2ebb
commit 04cb8de915

View File

@ -107,7 +107,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
### FFI
See also [Rust Inside Other Languages](https://doc.rust-lang.org/book/rust-inside-other-languages.html).
See also [Foreign Function Interface](https://doc.rust-lang.org/book/ffi.html) and [Rust Inside Other Languages](https://doc.rust-lang.org/book/rust-inside-other-languages.html).
* C
* [crabtw/rust-bindgen](https://github.com/crabtw/rust-bindgen) — a Rust bindings generator [<img src="https://travis-ci.org/crabtw/rust-bindgen.svg?branch=master">](https://travis-ci.org/crabtw/rust-bindgen)