commit | 23bb2b3a35087e49041d17ab307331a876bc0862 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Aug 08 01:13:56 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Aug 08 01:13:56 2024 +0000 |
tree | 1733fb081dd51986dc582173de0dcabd3d686a19 | |
parent | 3918748c4e4dedb72677636924626f4f53f12cb6 [diff] | |
parent | b98738b54e6ae54e5d0c49951b18574b85f9f104 [diff] |
Snap for 12199973 from b98738b54e6ae54e5d0c49951b18574b85f9f104 to 24Q4-release Change-Id: I4b57181b1a4a64ce1253843d824bbe89ab6dba23
.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.