Snap for 12355814 from a2f540378ff7e2692c37462a6cf283da6f2bf1e6 to build-tools-release

Change-Id: Ifddb0c150a9e4b7b9b09280a2f4dae3580af3ba8
tree: 1733fb081dd51986dc582173de0dcabd3d686a19
  1. examples/
  2. patches/
  3. src/
  4. tests/
  5. .cargo_vcs_info.json
  6. Android.bp
  7. Cargo.lock
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo_embargo.json
  11. LICENSE
  12. LICENSE.txt
  13. METADATA
  14. MODULE_LICENSE_MIT
  15. OWNERS
  16. README.md
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.