Snap for 11098369 from c37ae7dfa49915315ba48e653147a6c32651abd0 to 24D1-release Change-Id: I6ac686cf9ddad38824244b9142353bac1ec1b86b
.proto filesParse .proto file definitions, not the protobuf text format serialization.
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.