Add csbindgen

pull/1582/head
Alexander 8 months ago committed by GitHub
parent 3fff2e02d5
commit 9436945a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -651,6 +651,8 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
* [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)
* [rust-lang/rust-bindgen](https://github.com/rust-lang/rust-bindgen) — A Rust bindings generator
* C#
* [csbindgen](https://github.com/Cysharp/csbindgen) - generates C# bindings for Rust source files
* Erlang
* [rusterlium/rustler](https://github.com/rusterlium/rustler) — safe Rust bridge for creating Erlang NIF functions
* Java

Loading…
Cancel
Save