commit | c37ae7dfa49915315ba48e653147a6c32651abd0 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <[email protected]> | Tue Nov 14 14:28:45 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Nov 14 14:28:45 2023 +0000 |
tree | e288fda2df1cf42dc5d662ffe308fa2e1e64f87b | |
parent | 309e14589d1db63e9c301b86c24d91533f26c7f1 [diff] | |
parent | d9b6e4ad980927a39d3229a5b324aa79d4ab3c98 [diff] |
Merge "Migrate to cargo_embargo. am: daee3bb076 am: 80910b6f51" into udc-qpr-dev-plus-aosp am: d9b6e4ad98 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/2828050 Change-Id: I02218feb1d1c9045029d39f72d39d0f5c39e9169 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.