CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/06/13 10:07:42
Log message:
import devel/rust-bindgen 0.69.4
ok robert@
bindgen automatically generates Rust FFI bindings to C (and some C++)
libraries.
bindgen cli tool takes the path to an input C or C++ header file, and
optionally an output file path for the generated bindings. If the
output file path is not supplied, the bindings are printed to stdout.
If we wanted to generated Rust FFI bindings from a C header named
input.h and put them in the bindings.rs file, we would invoke bindgen
like this:
$ bindgen input.h -o bindings.rs
For more details, pass the --help flag:
$ bindgen --help
Status:
Vendor Tag: semarie
Release Tags: semarie_20240613
N ports/devel/rust-bindgen/Makefile
N ports/devel/rust-bindgen/crates.inc
N ports/devel/rust-bindgen/distinfo
N ports/devel/rust-bindgen/pkg/DESCR
N ports/devel/rust-bindgen/pkg/PLIST
N ports/devel/rust-bindgen/files/bindgen
No conflicts created by this import