Skip to main content

generate_rs

Function generate_rs 

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

Generate a Rust source file with typed static data tables from a text dump. Every entry is compiler-checked. Zero runtime parsing needed.