Skip to main content

generate_models_to_file

Function generate_models_to_file 

Source
pub fn generate_models_to_file(
    spec_path: &Path,
    output_path: &Path,
) -> Result<()>
Expand description

Generate Rust models from a spec file and write them to output_path, creating parent directories as needed.