commit | 3fdbacdf26f223229334ba6e1ec203493c42837e | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Tue Nov 14 13:18:41 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Nov 14 13:18:41 2023 +0000 |
tree | e288fda2df1cf42dc5d662ffe308fa2e1e64f87b | |
parent | 4e47773cc2e6804c1f08aa8ef130212df4225aa0 [diff] | |
parent | daee3bb07632ebf754997b8a7115acd3d53f8508 [diff] |
Migrate to cargo_embargo. am: daee3bb076 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/2828050 Change-Id: If3f65bee5eaa65b481a192bfa3b2de927fc1f6f2 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.