1<!-- cargo-sync-readme start --> 2 3# Parse `.proto` files 4 5Parse `.proto` file definitions, **not** the protobuf text format serialization. 6 7Files can be parsed using pure Rust parser (mod `pure`) 8or using the `protoc` command (mod `protoc`). 9 10This crate is not meant to be used directly, but rather through the `protobuf-codegen` crate. 11If you think this crate might be useful to you, 12please [consider creating an issue](https://github.com/stepancheg/rust-protobuf/issues/new), 13until that this crate is considered to have **no stable API**. 14 15<!-- cargo-sync-readme end --> 16