https://github.com/oc8/rust-grpc-quickstart-template
https://github.com/oc8/rust-grpc-quickstart-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oc8/rust-grpc-quickstart-template
- Owner: oc8
- Created: 2024-04-25T08:24:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T19:10:09.000Z (5 months ago)
- Last Synced: 2025-01-20T20:23:40.879Z (5 months ago)
- Language: Rust
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-grpc-quickstart-template
# CLIs
## Buf
https://buf.build/docs/installation
```sh
cargo install protoc-gen-prost-crate
```### Generation
```sh
make protos
```
or
```sh
buf generate
```