commit | 81e972ca1f72f68980298b8aebb98c62539b4773 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:33:47 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Jul 08 04:33:47 2023 +0000 |
tree | 361bd86cb416c52c38e8c9b047b1964700a5f3d8 | |
parent | 7e8184f03a9d4d77a744b3fd23300f9e594be0ba [diff] | |
parent | 9770a156be04799f74572359abfd238ac8eff7ca [diff] |
Snap for 10460766 from 9770a156be04799f74572359abfd238ac8eff7ca to mainline-healthfitness-release Change-Id: I81b33449e773e6e6854a46376bb83f0673db17d7
.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.