Cbindgen-0.27.0

Introduction to Cbindgen

Cbindgen can be used to generate C bindings for Rust code.

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

Package Information

cbindgen Dependencies

Required

rustc-1.80.1

[Note]

Note

An Internet connection is needed for building this package.

Installation of cbindgen

Install cbindgen by running the following commands:

cargo build --release

To test the results, issue: cargo test --release. Three tests in profile.rs are known to fail because they expect some Rust unstable features disabled in the BLFS rustc-1.80.1 configuration.

Now, as the root user:

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

Contents

Installed Program: cbindgen
Installed Library: none
Installed Directory: none

Short Descriptions

cbindgen

generates C bindings for Rust code