commit | 4f73a78343ae6b68afb00ae84abffc1fc9a406e1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Mar 14 18:12:18 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Mar 14 18:12:18 2024 +0000 |
tree | e288fda2df1cf42dc5d662ffe308fa2e1e64f87b | |
parent | 3fdbacdf26f223229334ba6e1ec203493c42837e [diff] | |
parent | c37ae7dfa49915315ba48e653147a6c32651abd0 [diff] |
Snap for 11574415 from c37ae7dfa49915315ba48e653147a6c32651abd0 to emu-35-1-release Change-Id: Ieadfb8e2c898bc8d53569f5e65d0f49029c6adeb
.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.