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