Crate protox_parse
source ·Expand description
Parsing of protobuf source files.
See the documentation for parse()
for details.
Structs§
- An error that may occur while parsing a protobuf source file.
Functions§
- Parses a single protobuf source file into a
FileDescriptorProto
.