commit | e9747590c39d592bfc0b89b10cea48fad3d4aa83 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jul 24 17:53:29 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Jul 24 17:53:29 2024 +0000 |
tree | d6ae2c9ffcc77091ecf58b5a08f63b251a79042d | |
parent | 5ad05206393980aa2aad130d8db6bdb42fb99a58 [diff] | |
parent | c7d2d81ea5e26b9209362fc57726633bfc84d68c [diff] |
Snap for 12134224 from c7d2d81ea5e26b9209362fc57726633bfc84d68c to simpleperf-release Change-Id: If30479e5e288c3dfb7fce2dc59acdbca510be9c3
.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.