pkgsrc-wip/rust-bindgen/DESCR

5 lines
185 B
Plaintext

Bindgen automatically generates Rust FFI bindings to C (and some C++)
libraries.
It produces Rust FFI code allowing you to call into the C or C++
library's functions and use its types.