commit | ad30013698100936744c8a9f1cc51cae662a085c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Oct 29 18:34:03 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Oct 29 18:34:03 2024 +0000 |
tree | 15463ee0cc42318fe8444b526fbc675fc0990f95 | |
parent | bc6bcc59bc486263eb0f723ae5281776a370ab13 [diff] | |
parent | 11396e5f2266965f6a85114b0cc7818924864feb [diff] |
Snap for 12572747 from 11396e5f2266965f6a85114b0cc7818924864feb to build-tools-release Change-Id: Idf199ae721176775f25436674ebad63848080113
.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.