pub fn check_and_generate(
project_dir: impl AsRef<Path>,
options: GenerateOptions,
)Expand description
Wrapper for generate, designed to play well with Cargo’s build.rs.
Writes into OUT_DIR/lutra.rs.
Prints cargo::rerun-if-changed directives.
Panics on error.