We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
Are there projects out there that use rust-protobuf ? The library usage is a bit hard to infer from just the compiled output.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi, I don't know, if there are any open-source projects, using rust-protobuf.
However, rust-protobuf itself have a program, protoc plugin, that actually uses rust-protobuf.
Have a look at this file: https://github.com/stepancheg/rust-protobuf/blob/master/src/protoc-gen-rust.rs
Program reads CodeGeneratorRequest protobuf message from stdin, generates CodeGeneratorResponse protobuf message and writes it to stdout.
CodeGeneratorRequest
CodeGeneratorResponse
Sorry, something went wrong.
Hi Stepan,
Thanks for the pointers!
Merge pull request stepancheg#37 from tafia/empty
6642eeb
Fix several bugs
No branches or pull requests
Hi there,
Are there projects out there that use rust-protobuf ? The library usage is a bit hard to infer from just the compiled output.
Cheers!
The text was updated successfully, but these errors were encountered: