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