Giri Priyadarshan 17a3ad9620
tonic gRPC example (#659)
* tonic gRPC example

* minor change to client output

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2022-04-05 20:35:33 +08:00

4 lines
52 B
Rust

pub mod post {
tonic::include_proto!("post");
}