commit | 41a6c67de072feddf72e3a995b75bec6621d81af | [log] [tgz] |
---|---|---|
author | Sam Saccone <samccone@google.com> | Tue Jul 18 17:48:17 2023 +0000 |
committer | Sam Saccone <samccone@google.com> | Tue Jul 18 17:48:17 2023 +0000 |
tree | a52941a1e61af22e803d5546e71c896e571aeb92 | |
parent | c3320e88b9920e63087428164a3ef6b7988e5dfb [diff] |
Move OWNER reference master=>main. BUG=b/291759353 Change-Id: Ia37fbdeed7636917981c787b58a014952d5614c4
.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.