Module ritual::config

source ·
Expand description

Interface for configuring and running the generator.

Structs

The starting point of cpp_to_rust API. Create a Config object, set its properties, add custom functions if necessary, and start the processing with Config::exec.
Information about an extra non-cpp_to_rust-based dependency.
Information about the crate being generated. Most of information in this object will be used in the output Cargo.toml.