Crate ritual_build

source ·
Expand description

Implementation of cpp_to_rust’s build script. Default generated build script uses this crate as a build dependency and just calls cpp_to_rust_build_tools::run(). If a custom build script is used, it should either use the same call to execute all operations normally or use Config type to change the build script’s settings.

See README for more information.

Re-exports

pub use ritual_common as common;

Structs

Configuration of the build script.

Functions

Runs the build script with default configuration. See Config::run for more information.
Same as run(), but result of the operation is returned to the caller.