PACKAGE NAME: cbindgen-0.29.4-x86_64-2.txz PACKAGE LOCATION: ./slackware64/d COMPRESSED PACKAGE SIZE: 1426 K UNCOMPRESSED PACKAGE SIZE: 5704 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE LIBS: PACKAGE DESCRIPTION: 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