commit | 0360f520c2a39bbc86ca35d3ccf2d6a96a159775 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Wed Apr 12 21:05:56 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Apr 12 21:05:56 2023 +0000 |
tree | bd746833444019f3539c94bdf16ae376ae530c59 | |
parent | ba3fbb8de31d869a7c46ab26aadef3a3b9a56827 [diff] | |
parent | bfe22844c03decee93b76381afc1669127fc5b9a [diff] |
Import protobuf-parse 3.2.0 am: 5012cb7225 am: 0048aefa57 am: bfe22844c0 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/2478018 Change-Id: Ief2e19ac460ba09a8fda28040f18dff99458fde7 Signed-off-by: Automerger Merge Worker <[email protected]>
.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.