commit | d9b6e4ad980927a39d3229a5b324aa79d4ab3c98 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <[email protected]> | Tue Nov 14 13:50:24 2023 +0000 |
committer | Android (Google) Code Review <[email protected]> | Tue Nov 14 13:50:24 2023 +0000 |
tree | e288fda2df1cf42dc5d662ffe308fa2e1e64f87b | |
parent | 50fc17b2a14bd240a65c912a4e7f6a4975b3afea [diff] | |
parent | 54d767e68244be0bd0f124528d88374fbf4bd93c [diff] |
Merge "Migrate to cargo_embargo. am: daee3bb076 am: 80910b6f51" into udc-qpr-dev-plus-aosp
.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.