Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 556 Bytes

File metadata and controls

32 lines (23 loc) · 556 Bytes

rust example grpc

basic example for implement grpc service using rust lang and external proto

proto repository

the proto files is alocated in another repository and is imported how a git dependency.

install dependencies

$ cargo build

run test

$ cargo test

run server

$ cargo run --bin main

run client

$ cargo run --bin client

Authors