commit | 230ea58703f027265eeb43b0f35d292aa8c10198 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Apr 14 01:23:16 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Apr 14 01:23:16 2023 +0000 |
tree | bd746833444019f3539c94bdf16ae376ae530c59 | |
parent | ba3fbb8de31d869a7c46ab26aadef3a3b9a56827 [diff] | |
parent | 0360f520c2a39bbc86ca35d3ccf2d6a96a159775 [diff] |
Snap for 9939584 from 0360f520c2a39bbc86ca35d3ccf2d6a96a159775 to udc-release Change-Id: Idda84c0c245d5440534341c1d8d62f2410ed273d
.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.