An open API service indexing awesome lists of open source software.

https://github.com/oc8/rust-grpc-quickstart-template


https://github.com/oc8/rust-grpc-quickstart-template

Last synced: 3 months ago
JSON representation

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
```