| commit | 0909b654a2c56becb036d925f845a60c6ab7fd5e | [log] [tgz] |
|---|---|---|
| author | James Farrell <jamesfarrell@google.com> | Tue Aug 06 22:21:45 2024 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Aug 06 22:21:45 2024 +0000 |
| tree | d99589fc91048b3b907966d5864770bfde29ba8a | |
| parent | 3918748c4e4dedb72677636924626f4f53f12cb6 [diff] | |
| parent | ff369d9471d2298cdca6a84cd6913a285df41f2e [diff] |
Update Android.bp by running cargo_embargo am: ff369d9471 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/3208618 Change-Id: Ic0949e9614158783e31d8a240e7b015038573ab2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
.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.