cglue-bindgen 0.1.0

cleanup cbindgen headers for CGlue
cglue-bindgen-0.1.0 is not a library.

cglue-bindgen

Cleanup cbindgen output for CGlue.

This crate essentially wraps cbindgen and performs additional header cleanup steps on top for good out-of-the-box usage.

Install

cargo install cglue-bindgen

Also make sure cbindgen is installed:

cargo install cbindgen

Running

Run similarly to cbindgen:

cglue-bindgen +nightly -- --config cbindgen.toml --crate your_crate --output output_header.h

License: MIT