Functionsยง
- build_
extension - cargo_
check_ generated - Run
cargo checkon the generated crate to catch translation errors early. Returns Ok(()) if the check passes, or an error with the compiler output. This is a fast-fail step: it does NOT require maturin or a Python environment. - run_
benchmark - Run a Python timing harness comparing the original Python function against the generated Rust extension. Prints a speedup table to stdout.