%general-entities; ]> $LastChangedBy$ $Date$ Cbindgen-&cbindgen-version; cbindgen Introduction to Cbindgen Cbindgen can be used to generate C bindings for Rust code. &lfs10_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &cbindgen-md5sum; Download size: &cbindgen-size; Estimated disk space required: &cbindgen-buildsize; Estimated build time: &cbindgen-time; cbindgen Dependencies Required User Notes: Installation of cbindgen As with most Rust packages, this needs a network connection to check the current versions of the required cargo crates, and to download them if they are not already present. Install cbindgen by running the following commands: cargo build --release To test the results, issue: cargo test. Six tests, test_expand*, are known to fail. Now, as the root user: install -Dm755 target/release/cbindgen /usr/bin/ Contents Installed Program Installed Library Installed Directory cbindgen none none Short Descriptions cbindgen generates C bindings for Rust code. cbindgen