Expand description
Utility types and functions used by ritual
and
ritual_build
crates.
See README of the repository root for more information.
Re-exports§
pub use toml;
Modules§
- cpp_
build_ config - Types for configuring build script behavior.
- cpp_
lib_ builder - Implements building a CMake-based C++ library.
- env_
var_ names - errors
- Error handling types based on
failure
crate. - file_
utils - Various utilities for working with files
- string_
utils - Various utilities for string operations.
- target
- Types for expressing properties of different target platforms and platform-based conditions
- utils
- Various utilities.
Structs§
- Build
Script Data - This type contains data serialized by the generator and placed to the generated crate’s directory. The build script reads and uses this value.
- Read
Only