commit | c7bba0561979fcfe72d787d1fc1a0ee8e3342db0 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Apr 20 23:18:15 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Apr 20 23:18:15 2023 +0000 |
tree | 361bd86cb416c52c38e8c9b047b1964700a5f3d8 | |
parent | d1c158ab2b7fa1a2fb6652debfc252621b1733c9 [diff] | |
parent | 66d59062dfe7106ec9ff1a08068187674137cd3f [diff] |
Snap for 9982304 from 66d59062dfe7106ec9ff1a08068187674137cd3f to udc-d1-release Change-Id: Ica5ce2088c63cf42211a5b3301558b4eb5fdd499
.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.