Crate protox_parse

Source
Expand description

Parsing of protobuf source files.

See the documentation for parse() for details.

Structs§

ParseError
An error that may occur while parsing a protobuf source file.

Functions§

parse
Parses a single protobuf source file into a FileDescriptorProto.