Expand description

Parse .proto files.

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

This crate is not meant to be used directly, but rather through the protobuf-codegen crate. If you think this crate might be useful to you, please consider creating an issue, until that this crate is considered to have no stable API.

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 to parse .proto files.

Functions

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