-
Notifications
You must be signed in to change notification settings - Fork 278
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
rust language #448
Comments
If we're talking about generating protobuf stubs, there should be no reason it doesn't already work with Rust, though I'm not familiar with the exact generation patterns commonly used. What generator plugin do you want to use? It needs to be available in the $PATH for buf to find it. |
Buf doesn't support a specific language - plugins (such as those for rust) are separate from Buf, and Buf supports all languages. Specifically if you're looking for prost, see tokio-rs/prost#492 |
https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen#protoc-gen-rust is also available if you want something today, but note that it strips the import paths from the protobuf files and dumps all files in the same directory. |
The prost protoc plugin appears close to being complete even though the issue is closed....[1]. As noted [1] tokio-rs/prost#492 (comment) |
Are there any plans to implement support for Rust?
The text was updated successfully, but these errors were encountered: