stefandanaita / grpc-build

Easy gRPC compilation for Rust
https://docs.rs/grpc-build
MIT License
17 stars 13 forks source link

refactor for v1 #23

Closed conradludgate closed 2 years ago

conradludgate commented 2 years ago
  1. Rewrite the logic to be more streamlined and simplified
  2. Break out the core components into separate public functions, allows more customisation
  3. Adds some tests