mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-17 04:38:25 +00:00
commit
6a1c660cce
1 changed files with 2 additions and 0 deletions
|
@ -648,6 +648,8 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
|
|||
* C
|
||||
* [mozilla/cbindgen](https://github.com/mozilla/cbindgen) — generates C header files from Rust source files. Used in Gecko for WebRender
|
||||
* [Sean1708/rusty-cheddar](https://github.com/Sean1708/rusty-cheddar) — generates C header files from Rust source files
|
||||
* C#
|
||||
* [csbindgen](https://github.com/Cysharp/csbindgen) - generates C# bindings for Rust source files
|
||||
* C++
|
||||
* [dtolnay/cxx](https://github.com/dtolnay/cxx) — Safe interop between Rust and C++ [![build badge](https://img.shields.io/badge/github-dtolnay/cxx-8da0cb?style=for-the-badge&labelColor=555555&logo=github)](https://github.com/dtolnay/cxx)
|
||||
* [rust-cpp](https://crates.io/crates/cpp) - Embed C++ code directly in Rust. [![Build status](https://ci.appveyor.com/api/projects/status/uu76vmcrwnjqra0u/branch/master?svg=true)](https://ci.appveyor.com/project/mystor/rust-cpp/branch/master)
|
||||
|
|
Loading…
Add table
Reference in a new issue