< Return to Blog

Quick Tip: gRPC (with Reflection) in Rust

This guide is simple enough in explaining how to add gRPC Reflection with Rust tonic-reflection to a new code-base; however, I started off playing with this example that details setting up the basics of a gRPC server with Tonic and prost.  In hindsight though, the Tonic "hello-world" example is better at this.
You'll also want to install grpcurl and familiarise yourself with its options on using reflection.

Notes

This is a placeholder article that needs further work.  If you find this particular topic interesting, please comment below and I will enhance this further.