Expand description
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.
Structs§
- Code
Generator Request - An encoded CodeGeneratorRequest is written to the plugin’s stdin.
- Code
Generator Response - The plugin writes an encoded CodeGeneratorResponse to stdout.
- Code
Generator Response File - Represents a single generated file.
Enums§
- Code
Generator Response Feature - Sync with code_generator.h.