basic example for implement grpc service using rust lang and external proto
the proto files is alocated in another repository and is imported how a git dependency.
$ cargo build
$ cargo test
$ cargo run --bin main
$ cargo run --bin client
- Fabio Moreno [email protected]