pub fn create_enum_file(input_dir: &str, output_file: &str) -> Result<(), Error>
Generates the Rust enum text and saves it to the given output file.