| commit | a2f540378ff7e2692c37462a6cf283da6f2bf1e6 | [log] [tgz] |
|---|---|---|
| author | James Farrell <jamesfarrell@google.com> | Wed Aug 07 22:54:20 2024 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 07 22:54:20 2024 +0000 |
| tree | 1733fb081dd51986dc582173de0dcabd3d686a19 | |
| parent | 0909b654a2c56becb036d925f845a60c6ab7fd5e [diff] | |
| parent | 8103657655ee0558930a95ffc757723ad50523f9 [diff] |
Create patch from LICENSE file am: 8103657655 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/3212055 Change-Id: I5030041ec4a1be287fb901720aca46a6168293ee 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.