Cbindgen-0.18.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-10.1 platform.

Package Information

cbindgen Dependencies

Required

rustc-1.47.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cbindgen

Installation of cbindgen

[Note]

Note

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. Three tests in the final suite are known to fail.

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

Last updated on 2021-03-02 23:48:26 -0600