commit | bbe79826308d6dc60b1cef889d7f3c8ceeece6a7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu May 23 23:14:44 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu May 23 23:14:44 2024 +0000 |
tree | d6ae2c9ffcc77091ecf58b5a08f63b251a79042d | |
parent | c37ae7dfa49915315ba48e653147a6c32651abd0 [diff] | |
parent | 3918748c4e4dedb72677636924626f4f53f12cb6 [diff] |
Snap for 11881322 from 3918748c4e4dedb72677636924626f4f53f12cb6 to 24Q3-release Change-Id: I8e8a07fa480f942becf98d0fee81582421582791
.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.