Bug: 271842738

Clone this repo:
  1. c37ae7d Merge "Migrate to cargo_embargo. am: daee3bb076 am: 80910b6f51" into udc-qpr-dev-plus-aosp am: d9b6e4ad98 by Automerger Merge Worker · 6 months ago emu-34-2-dev main master
  2. 309e145 Migrate to cargo_embargo. am: daee3bb076 am: 3fdbacdf26 am: 50fc17b2a1 by Andrew Walbran · 6 months ago
  3. d9b6e4a Merge "Migrate to cargo_embargo. am: daee3bb076 am: 80910b6f51" into udc-qpr-dev-plus-aosp by Automerger Merge Worker · 6 months ago
  4. 54d767e Migrate to cargo_embargo. am: daee3bb076 am: 80910b6f51 by Andrew Walbran · 6 months ago
  5. 50fc17b Migrate to cargo_embargo. am: daee3bb076 am: 3fdbacdf26 by Andrew Walbran · 6 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.