pub fn generate(fds: &FileDescriptorSet) -> Result<String, CodegenError>Expand description
Generate Rust source code from a FileDescriptorSet.
Returns a String of Rust source containing struct and enum definitions
for every message and enum found in the descriptor set. Fields are mapped
to plain Rust types (no prost derive macros).