protobuf-parse

Crates.ioprotobuf-parse
lib.rsprotobuf-parse
version3.7.2
created_at2021-11-01 06:40:45.346013+00
updated_at2025-03-10 14:08:28.291564+00
descriptionParse `.proto` files. Files are parsed into a `protobuf::descriptor::FileDescriptorSet` object using either: * pure rust parser (no dependencies) * `protoc` binary (more reliable and compatible with Google's implementation)
homepagehttps://github.com/stepancheg/rust-protobuf/tree/master/protobuf-parse/
repositoryhttps://github.com/stepancheg/rust-protobuf/tree/master/protobuf-parse/
max_upload_size
id475044
size319,985
Adam Cozzette (acozzette)

documentation

README

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.

Commit count: 3242

cargo fmt