commit | bc6bcc59bc486263eb0f723ae5281776a370ab13 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Sep 11 23:29:39 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Sep 11 23:29:39 2024 +0000 |
tree | 1733fb081dd51986dc582173de0dcabd3d686a19 | |
parent | d28cf50b234095f7d02a3956b051f82581954ebb [diff] | |
parent | a2f540378ff7e2692c37462a6cf283da6f2bf1e6 [diff] |
Snap for 12355814 from a2f540378ff7e2692c37462a6cf283da6f2bf1e6 to build-tools-release Change-Id: Ifddb0c150a9e4b7b9b09280a2f4dae3580af3ba8
.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.