commit | dde1135a18e97573821daee5b4d1aaf0e248012f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Apr 20 23:18:52 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Apr 20 23:18:52 2023 +0000 |
tree | 361bd86cb416c52c38e8c9b047b1964700a5f3d8 | |
parent | 230ea58703f027265eeb43b0f35d292aa8c10198 [diff] | |
parent | 7e8184f03a9d4d77a744b3fd23300f9e594be0ba [diff] |
Snap for 9981223 from 7e8184f03a9d4d77a744b3fd23300f9e594be0ba to udc-release Change-Id: I0cde8768266cb8ea774b85dde0a0e9421068b871
.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.