protoc-gen-buffa-0.3.0 is not a library.
protoc plugin for generating Rust code with buffa.
This binary follows the protoc plugin protocol:
- Read a serialized
CodeGeneratorRequestfrom stdin. - Pass the file descriptors to
buffa-codegen. - Write a serialized
CodeGeneratorResponseto stdout.
Usage: protoc --buffa_out=. --plugin=protoc-gen-buffa my_service.proto
Or with buf:
buf.gen.yaml
plugins: - local: protoc-gen-buffa out: src/gen