commit | 11396e5f2266965f6a85114b0cc7818924864feb | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Fri Oct 11 15:41:19 2024 +0000 |
committer | James Farrell <[email protected]> | Fri Oct 11 15:41:19 2024 +0000 |
tree | 15463ee0cc42318fe8444b526fbc675fc0990f95 | |
parent | ec1a456ae41dd6eead10ed2496ba9f1e1efad1e2 [diff] |
Migrate 20 crates to monorepo oneshot-uniffi minimal-lexical num_enum num_enum_derive num-complex num-derive paste pin-utils predicates protobuf-parse protobuf-support quote remain rustc-demangle-capi rustix shared_child thiserror-impl threadpool tikv-jemalloc-sys tonic Bug: http://b/339424309 Test: treehugger Change-Id: Ie4c87452caaf4e234d9167f05c513da07fd79fc7
.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.