Snap for 12199973 from b98738b54e6ae54e5d0c49951b18574b85f9f104 to 24Q4-release

Change-Id: I4b57181b1a4a64ce1253843d824bbe89ab6dba23
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.