commit | 0fc11c8a89e78d477867ec1e2556ec05939a98e8 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Aug 20 17:58:13 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Aug 20 17:58:13 2024 +0000 |
tree | 1733fb081dd51986dc582173de0dcabd3d686a19 | |
parent | e9747590c39d592bfc0b89b10cea48fad3d4aa83 [diff] | |
parent | 8103657655ee0558930a95ffc757723ad50523f9 [diff] |
Snap for 12252487 from 8103657655ee0558930a95ffc757723ad50523f9 to simpleperf-release Change-Id: I257db2ccf92175f2cf6193a3482792cc7f2c805c
.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.