commit | daee3bb07632ebf754997b8a7115acd3d53f8508 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Mon Nov 13 17:11:02 2023 +0000 |
committer | Andrew Walbran <[email protected]> | Mon Nov 13 17:11:02 2023 +0000 |
tree | e288fda2df1cf42dc5d662ffe308fa2e1e64f87b | |
parent | af212b7d2ea81964c1e88643665ee0b62c5cc642 [diff] |
Migrate to cargo_embargo. Bug: 293289578 Test: Ran cargo_embargo, compared Android.bp Change-Id: I571ad94dcf783230b6756c4c5ef0412c46de154b
.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.