The rust-bindgen package contains a utility that generates Rust bindings from C/C++ headers.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/rust-lang/rust-bindgen/archive/v0.71.1/rust-bindgen-0.71.1.tar.gz
Download MD5 sum: b59ecb112ad52cbba2297e650f507764
Download size: 2.3 MB
Estimated disk space required: 161 MB
Estimated build time: 0.3 SBU (with parallelism=8)
rustc-1.83.0 and LLVM-19.1.0 (with Clang, runtime)
An Internet connection is needed for building this package.
Install rust-bindgen by running the following commands:
cargo build --release
To test the results, issue: cargo test --release.
Now, as the root
user:
install -v -m755 target/release/bindgen /usr/bin
Still as the root
user, install the
Bash and Zsh completion support files:
bindgen --generate-shell-completions bash \ > /usr/share/bash-completion/completions/bindgen bindgen --generate-shell-completions zsh \ > /usr/share/zsh/site-functions/_bindgen