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§
- Config
- This struct is for advanced users of the build script. It allows providing
configuration options to
cppand the compiler when it is used to build.
Functions§
- build
- Run the
cppbuild process on the crate with a root at the given path. Intended to be used withinbuild.rsfiles.