1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-07-31 22:02:13 -04:00

C section

This commit is contained in:
kud1ing 2015-12-29 14:18:04 +01:00
parent cc669c5c87
commit 16fc3102fb

View file

@ -101,7 +101,8 @@ The goal is to have only projects that are mostly stable and useful to users.
### FFI ### FFI
* [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) * 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)
* Java * Java
* [drrb/java-rust-example](https://github.com/drrb/java-rust-example) — a Java/Rust Example [<img src="https://travis-ci.org/drrb/java-rust-example.svg?branch=master">](https://travis-ci.org/drrb/java-rust-example) * [drrb/java-rust-example](https://github.com/drrb/java-rust-example) — a Java/Rust Example [<img src="https://travis-ci.org/drrb/java-rust-example.svg?branch=master">](https://travis-ci.org/drrb/java-rust-example)
* Node.js * Node.js