Crates/Tonic
2 articles
How to Use gRPC in Rust (tonic)
Use the tonic crate with Protocol Buffers to define and implement high-performance, asynchronous gRPC services in Rust.
How to use tonic crate in Rust gRPC
Use the tonic crate by defining a .proto file, running tonic-build to generate Rust code, and implementing the generated server trait with tokio.