Bug: 271842738

Clone this repo:
  1. c7d2d81 Update Android.bp by running cargo_embargo am: 5537d48f46 by James Farrell · 4 weeks ago main master
  2. 5537d48 Update Android.bp by running cargo_embargo by James Farrell · 4 weeks ago
  3. c37ae7d Merge "Migrate to cargo_embargo. am: daee3bb076 am: 80910b6f51" into udc-qpr-dev-plus-aosp am: d9b6e4ad98 by Automerger Merge Worker · 7 months ago android14-qpr3-release emu-34-2-dev android-14.0.0_r50
  4. 309e145 Migrate to cargo_embargo. am: daee3bb076 am: 3fdbacdf26 am: 50fc17b2a1 by Andrew Walbran · 7 months ago
  5. d9b6e4a Merge "Migrate to cargo_embargo. am: daee3bb076 am: 80910b6f51" into udc-qpr-dev-plus-aosp by Automerger Merge Worker · 7 months ago

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.