commit | c7d2d81ea5e26b9209362fc57726633bfc84d68c | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed May 22 23:09:33 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed May 22 23:09:33 2024 +0000 |
tree | d6ae2c9ffcc77091ecf58b5a08f63b251a79042d | |
parent | c37ae7dfa49915315ba48e653147a6c32651abd0 [diff] | |
parent | 5537d48f4696ae46abc266d93ec76774ba09c901 [diff] |
Update Android.bp by running cargo_embargo am: 5537d48f46 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/3096298 Change-Id: I31b6f2078843907964746b50f5a6579902471b35 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.