| Crates.io | protoc-gen-echo |
| lib.rs | protoc-gen-echo |
| version | 0.2.0 |
| created_at | 2022-02-13 03:07:10.482767+00 |
| updated_at | 2022-02-13 16:02:00.244362+00 |
| description | protoc-gen-echo is a protoc plugin which simply echos the incoming CodeGeneratorRequest to stderr. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 531624 |
| size | 1,991 |
protoc-gen-echo is a protoc plugin which simply echos the incoming CodeGeneratorRequest to stderr.
$ protoc --plugin=protoc-gen-echo -I proto --echo_out=. proto/example.proto
[echo start]
# CodeGeneratorRequest will be available here to read in.
[echo end]
MIT or Apache 2.0. Pick whichever.