Parse .proto files into protobuf descriptor objects using either a pure Rust parser or the protoc binary.
# Cargo.toml
[dependencies]
protobuf-parse = "3.7.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a .proto file into a FileDescriptorSet.
Use the protoc-based parser by enabling the 'protoc' feature or setting PROTOPATH.
No dependency data recorded yet.