commit | 5012cb7225170042cfca6ff847471362c4034de2 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Thu Mar 09 09:28:43 2023 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Wed Mar 22 15:12:13 2023 +0100 |
tree | bd746833444019f3539c94bdf16ae376ae530c59 | |
parent | ba3fbb8de31d869a7c46ab26aadef3a3b9a56827 [diff] |
Import protobuf-parse 3.2.0 Test: Treehugger Bug: 270895633 Change-Id: I4e917e1607da8304bf090e50b521641505aca5f2
.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.