Crate spydecy_codegen

Crate spydecy_codegen 

Source
Expand description

Rust Code Generator - Sprint 4+

Generates idiomatic Rust code from optimized Unified HIR. This is the final stage of the Spydecy pipeline:

Python + C → Unified HIR → Optimizer → Codegen → Rust Code

Structs§

RustCodegen
Rust code generator

Functions§

generate_rust
Generate Rust code from UnifiedHIR (convenience function)