Function generate

Source
pub fn generate<P1: AsRef<Path>, SF: IntoIterator<Item = P1>, P2: AsRef<Path>>(
    schema_files: SF,
    out_file_path: P2,
)
Expand description

Generate a single Rust file from a collection of LCM schema files.