https://github.com/silicom-hub/prost-convert
Generate more idiomatic rust code from GRPC proto files.
https://github.com/silicom-hub/prost-convert
grpc prost rust tonic
Last synced: 24 days ago
JSON representation
Generate more idiomatic rust code from GRPC proto files.
- Host: GitHub
- URL: https://github.com/silicom-hub/prost-convert
- Owner: silicom-hub
- License: apache-2.0
- Created: 2024-07-18T14:03:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T09:40:17.000Z (over 1 year ago)
- Last Synced: 2025-04-02T23:49:35.625Z (12 months ago)
- Topics: grpc, prost, rust, tonic
- Language: Rust
- Homepage: https://crates.io/crates/prost-convert
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# prost-convert
Based on [Prost](https://github.com/tokio-rs/prost) crate, prost-convert aims at generating more idiomatic rust code from GRPC proto files.
For more information:
- [prost-convert README](./prost-convert/README.md)
- [prost-convert-derive README](./prost-convert-derive/README.md)
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.