ThorstenHans / blog-comments

0 stars 0 forks source link

grpc-services-in-rust-with-tonic/ #2

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

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/

seenickcode commented 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""

ThorstenHans commented 1 year ago

thanks @seenickcode fix is on its way