Skip to main content

process_file_descriptor

Function process_file_descriptor 

Source
pub fn process_file_descriptor(
    file_desc: &FileDescriptorProto,
    codegen_metadata: &mut CodeGenMetadata,
) -> Result<()>
Expand description

Process a single protobuf file descriptor

Extracts all messages, services, and annotations from the file. Collects metadata for code generation.