cbindgen: cbindgen (Generate C/C++ headers for Rust libraries)
cbindgen:
cbindgen: cbindgen creates C/C++11 headers for Rust libraries which expose a
cbindgen: public C API. While you could do this by hand, it's not a particularly
cbindgen: good use of your time. It's also much more likely to be error-prone
cbindgen: than machine-generated headers that are based on your actual Rust
cbindgen: code. The cbindgen developers have also worked closely with the
cbindgen: developers of Rust to ensure that the headers we generate reflect
cbindgen: actual guarantees about Rust's type layout and ABI.
cbindgen:
cbindgen: Homepage: https://github.com/eqrion/cbindgen