commit | 66d59062dfe7106ec9ff1a08068187674137cd3f | [log] [tgz] |
---|---|---|
author | Bob Badour <[email protected]> | Thu Apr 20 17:41:22 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Apr 20 17:41:22 2023 +0000 |
tree | 361bd86cb416c52c38e8c9b047b1964700a5f3d8 | |
parent | f23a3457536d998968a5e230dcc057cf8e7383a1 [diff] | |
parent | 7e8184f03a9d4d77a744b3fd23300f9e594be0ba [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/protobuf-parse am: 3208a2bad2 am: c3320e88b9 am: 1527e69921 am: 7e8184f03a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/2548390 Change-Id: I980b1e831ef1fb76ec15cca210951cf0c9815f99 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.