Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 282 Bytes

grpc-petshop-rs server

Installation

  • cargo-watch: cargo install cargo-watch

Development

# start development
cargo watch -x run

will automatically:

  • recompile and restart server
  • generate and watch/update gRPC resources

Before commit

  • cargo fmt