//! Protoc plugin protocol types.
//!
//! Re-exports the CodeGeneratorRequest/Response types from buffa-codegen's
//! bootstrapped descriptor types. These are buffa-generated message structs
//! that implement `buffa::Message` for decoding/encoding the protoc plugin
//! protocol.
pub use CodeGeneratorRequest;
pub use CodeGeneratorResponse;
pub use Feature as CodeGeneratorResponseFeature;
pub use File as CodeGeneratorResponseFile;