protobuf-parse 3.0.0-alpha.2

Parse `.proto` files. Files are parsed into a `protobuf::descriptor::FileDescriptorSet` object using either: * pure rust parser (no dependencies) * `protoc` binary (more reliable and compatible with Google's implementation)
Documentation

Parse .proto files.

Files can be parsed using pure Rust parser (mod pure) or using the protoc command (mod protoc).