Create patch from LICENSE file am: 8103657655 am: a2f540378f

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-parse/+/3212055

Change-Id: I50d64dea88fe461499d684b48cfb5e12c43fd959
Signed-off-by: Automerger Merge Worker <[email protected]>
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.