Working rust Grpc examples

Can anyone suggest some grpc examples that really work? what I find on the internet doesn't work or generates protobuf errors.

Examples of what?

example rust grpc client/server code that actually works

Have you tried using tonic for gRPC stuffs? Check out a few of their examples if you're interested. You will need protoc.

1 Like