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