Open utterances-bot opened 1 year ago
Fix:
After "cargo add prost" in the directions, there's a typo. It says "co". I think you had meant to include this in the directions:
"cargo add tokio --features "tokio/macros, tokio/rt-multi-thread""
thanks @seenickcode fix is on its way
Let's build a gRPC server and client in Rust with tonic · Thorsten Hans' blog
In this article, we will build a gRPC server and client from scratch using Rust and tonic
https://www.thorsten-hans.com/grpc-services-in-rust-with-tonic/