commit | 726962de3bd0f5bc66563f65685a2cf4176376e1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Apr 28 01:23:18 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Apr 28 01:23:18 2023 +0000 |
tree | 361bd86cb416c52c38e8c9b047b1964700a5f3d8 | |
parent | 5d4517f1bca077e2ba1e0c2d36dbe396b67cda31 [diff] | |
parent | 66d59062dfe7106ec9ff1a08068187674137cd3f [diff] |
Snap for 10017868 from 66d59062dfe7106ec9ff1a08068187674137cd3f to udc-qpr1-release Change-Id: I48c9f8266a03d4348b4b200d5d087b3fbe7c2be5
.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.