commit | 5ad05206393980aa2aad130d8db6bdb42fb99a58 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Feb 02 23:54:51 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Feb 02 23:54:51 2024 +0000 |
tree | e288fda2df1cf42dc5d662ffe308fa2e1e64f87b | |
parent | 7cf51294ec8630cf74fb85d487e0b0f5845f0970 [diff] | |
parent | 3fdbacdf26f223229334ba6e1ec203493c42837e [diff] |
Snap for 11400057 from 3fdbacdf26f223229334ba6e1ec203493c42837e to simpleperf-release Change-Id: Ic4c6d5de864facfe674fa135490e35ae79eb0275
.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.