Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 136 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 136 Bytes

gRPC example in Rust

Run gRPC server

cargo run --bin payments-server

Run gRPC client

cargo run --bin payments-client