26 releases (13 stable)
new 3.7.2 | Mar 10, 2025 |
---|---|
3.7.1 | Oct 15, 2024 |
3.6.0 | Sep 30, 2024 |
3.5.0 | Jun 26, 2024 |
3.0.0-alpha.2 | Nov 1, 2021 |
#355 in Encoding
488,240 downloads per month
Used in 190 crates
(19 directly)
1.5MB
38K
SLoC
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.
lib.rs
:
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.
Dependencies
~3–12MB
~164K SLoC