rustmax

Module bindgen

Source
Expand description

Generate Rust bindings to C and C++ libraries.

See crate ::bindgen.

Modules§

  • A public API for more fine-grained customization of bindgen behavior.

Structs§

  • Generated Rust bindings.
  • Configure and generate Rust bindings for a C/C++ header.
  • A ParseCallbacks implementation that will act on file includes by echoing a rerun-if-changed line and on env variable usage by echoing a rerun-if-env-changed line
  • Extracted Clang version data
  • A type used to indicate which kind of items we have to generate.
  • Represents the version of the Rust language to target.

Enums§

Constants§

Functions§