Skip to main content

codegen_from_dump

Function codegen_from_dump 

Source
pub fn codegen_from_dump(
    dump_path: &str,
    output_path: &str,
) -> Result<usize, String>
Expand description

Generate a compiled Rust module from a dump file. Reads the text dump and produces a .rs file with direct state assignment calls.