rust-bindgen-0.70.0

Introduction to rust-bindgen

The rust-bindgen package contains a utility that generates Rust bindings from C/C++ headers.

This package is known to build and work properly using an LFS 12.2 platform.

Package Information

rust-bindgen Dependencies

Required

rustc-1.80.1 and LLVM-18.1.7 (with Clang, runtime)

[Note]

Note

An Internet connection is needed for building this package.

Installation of rust-bindgen

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

Contents

Installed Programs: bindgen
Installed Libraries: None
Installed Directories: None

Short Descriptions

bindgen

generates bindings for Rust from C/C++ headers