protoc-gen-echo

Crates.ioprotoc-gen-echo
lib.rsprotoc-gen-echo
version0.2.0
sourcesrc
created_at2022-02-13 03:07:10.482767
updated_at2022-02-13 16:02:00.244362
descriptionprotoc-gen-echo is a protoc plugin which simply echos the incoming CodeGeneratorRequest to stderr.
homepage
repository
max_upload_size
id531624
size1,991
Chance (chanced)

documentation

README

protoc-gen-echo

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]

LICENSE

MIT or Apache 2.0. Pick whichever.

Commit count: 0

cargo fmt