Skip to main content

parse_proto_file_with_includes

Function parse_proto_file_with_includes 

Source
pub fn parse_proto_file_with_includes(
    proto_path: &Path,
    include_paths: &[PathBuf],
) -> Result<Vec<ServiceDef>>
Expand description

Parse a proto file with additional include paths and extract service definitions