pub fn codegen_from_dump( dump_path: &str, output_path: &str, ) -> Result<usize, String>
Generate a compiled Rust module from a dump file. Reads the text dump and produces a .rs file with direct state assignment calls.