pub fn codegen(typed: &TypedFile) -> GeneratedProjectExpand description
Generate a Rust project from a type-checked Assura file.
Uses default backend configuration (Rustc, opt-level 2, no debug info).
For custom configuration, use codegen_with_config.