protobuf-parse

Crates.ioprotobuf-parse
lib.rsprotobuf-parse
version3.7.1
sourcesrc
created_at2021-11-01 06:40:45.346013
updated_at2024-10-15 21:15:14.424279
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
size318,986
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: 3238

cargo fmt