buffa-descriptor 0.6.0

Protobuf descriptor types (FileDescriptorProto, DescriptorProto, ...) for buffa
Documentation
1
2
3
4
5
6
7
8
9
# buffa-descriptor

Protobuf descriptor types for [buffa](https://crates.io/crates/buffa).

This crate provides self-hosted Rust types for `google/protobuf/descriptor.proto`
and `google/protobuf/compiler/plugin.proto`, generated by buffa-codegen itself.
It underpins both compile-time code generation and runtime reflection.

The only runtime dependency is `buffa` — no external protobuf library required.