%general-entities; ]> $LastChangedBy$ $Date$ Cbindgen-&cbindgen-version; cbindgen Introduction to Cbindgen Cbindgen can be used to generate C bindings for Rust code. &lfs83_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; The cbindgen source tarball shown above downloads with the correct name, cbindgen-&cbindgen-version;.tar.gz, if using a browser such as Firefox. If you prefer to use a command line program such as wget, you normally would obtain &cbindgen-version;.tar.gz. To obtain this package with the proper filename, run: wget -c https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;.tar.gz \ -O cbindgen-&cbindgen-version;.tar.gz. 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. 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