pub fn generate_structs_from_files<DirPath: AsRef<Path>, Name: AsRef<str>>(
    dir_path: DirPath,
    struct_name: Name,
    options: &Options
) -> Result<String, Error>
Expand description

Generate Rust code that defines a set of structs based on the contents of the files in the given directory.