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 tocppand the compiler when it is used to build.
Functions
- Run thecppbuild process on the crate with a root at the given path. Intended to be used withinbuild.rsfiles.