pub fn generate_rs( dump_path: &Path, output_path: &Path, ) -> Result<usize, String>
Generate a Rust source file with typed static data tables from a text dump. Every entry is compiler-checked. Zero runtime parsing needed.