Crate cpp_build

source ·
Expand description

This crate is the cpp cargo build script implementation. It is useless without the companion crates cpp, and cpp_macro.

For more information, see the cpp crate module level documentation.

Structs

  • This struct is for advanced users of the build script. It allows providing configuration options to cpp and the compiler when it is used to build.

Functions

  • Run the cpp build process on the crate with a root at the given path. Intended to be used within build.rs files.