Bug: 271842738

Clone this repo:
  1. 11396e5 Migrate 20 crates to monorepo by James Farrell · 3 months ago main master
  2. ec1a456 Fix license file issues to make this crate healthy to migrate to monorepo. by James Farrell · 4 months ago
  3. a2f5403 Create patch from LICENSE file am: 8103657655 by James Farrell · 6 months ago
  4. 8103657 Create patch from LICENSE file by James Farrell · 6 months ago
  5. 0909b65 Update Android.bp by running cargo_embargo am: ff369d9471 by James Farrell · 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.