commit | ff369d9471d2298cdca6a84cd6913a285df41f2e | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Aug 06 16:58:51 2024 +0000 |
committer | James Farrell <[email protected]> | Tue Aug 06 16:58:51 2024 +0000 |
tree | d99589fc91048b3b907966d5864770bfde29ba8a | |
parent | c7d2d81ea5e26b9209362fc57726633bfc84d68c [diff] |
Update Android.bp by running cargo_embargo Test: ran cargo_embargo Change-Id: Ibec1f5e3f8fd219d70722a0c10ddea7a6d16ada6
.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.