commit | 01e77420196c99c5de389bab1ad443a671e52b5f | [log] [tgz] |
---|---|---|
author | Sam Saccone <[email protected]> | Tue Jul 18 23:03:13 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jul 18 23:03:13 2023 +0000 |
tree | a52941a1e61af22e803d5546e71c896e571aeb92 | |
parent | 44cbb10f555a1018266eac704ab7d948af9c3483 [diff] | |
parent | 4e47773cc2e6804c1f08aa8ef130212df4225aa0 [diff] |
Move OWNER reference master=>main. am: 41a6c67de0 am: af212b7d2e am: feb9f59a9f am: 65ec2a8c8c am: 4e47773cc2 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/2661248 Change-Id: Ie26db64bfb3dd559666ddc65f49eeee0745ee4c6 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.