rust-bindgen-0.69.5

Introduction to rust-bindgen

Automatically generates Rust FFI bindings to C (and some C++) libraries.

rust-bindgen Dependencies

Required

LLVM-19.1.0 with Clang and rustc-1.82.0

[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

Now, as the root user:

install -Dm755 target/release/bindgen /usr/bin/

Contents

Installed Program: bindgen
Installed Library: none
Installed Directory: none

Short Descriptions

bindgen

generates Rust FFI bindings to C (and some C++) libraries