Skip to content
New issue

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

example projects #37

Closed
pyr opened this issue Oct 16, 2014 · 2 comments
Closed

example projects #37

pyr opened this issue Oct 16, 2014 · 2 comments

Comments

@pyr
Copy link

pyr commented Oct 16, 2014

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!

  • pyr
@stepancheg
Copy link
Owner

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.

@pyr
Copy link
Author

pyr commented Oct 16, 2014

Hi Stepan,

Thanks for the pointers!

@pyr pyr closed this as completed Oct 16, 2014
jxs pushed a commit to jxs/rust-protobuf that referenced this issue Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants