Crate protobuf_parse[][src]

Expand description

Parse .proto files.

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

Modules

Parse .proto files using protoc command.

Pure rust .proto file parser.

Structs

Protobuf file relative normalized file path.

Protobuf file relative normalized file path.

Enums

Which parse to use (when possible).

Functions

Parse .proto files and typecheck them using pure Rust parser of protoc command.