tree: 24144d5df73ce2d5585ff3175e8edaa978c5281d [path history] [tgz]
  1. examples/
  2. src/
  3. tests/
  4. .android-checksum.json
  5. .cargo-checksum.json
  6. .cargo_vcs_info.json
  7. Android.bp
  8. Cargo.lock
  9. Cargo.toml
  10. Cargo.toml.orig
  11. cargo_embargo.json
  12. LICENSE.txt
  13. METADATA
  14. MODULE_LICENSE_MIT
  15. README.md
  16. TEST_MAPPING
crates/protobuf-parse/README.md

Parse .proto files

Parse .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.