commit | b98738b54e6ae54e5d0c49951b18574b85f9f104 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed Aug 07 23:23:58 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Aug 07 23:23:58 2024 +0000 |
tree | 1733fb081dd51986dc582173de0dcabd3d686a19 | |
parent | 2985d1fa895aba202f37a349cddfe723fa32b517 [diff] | |
parent | a2f540378ff7e2692c37462a6cf283da6f2bf1e6 [diff] |
Create patch from LICENSE file am: 8103657655 am: a2f540378f Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/3212055 Change-Id: I50d64dea88fe461499d684b48cfb5e12c43fd959 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.