
A Rust library for gRPC with async/await support, enabling high-performance RPC solutions.
tonic is a Rust implementation of gRPC, a high-performance, open-source RPC framework that prioritizes mobile and HTTP/2 support.
This library is designed to provide first-class support for async/await and serves as a core building block for production systems written in Rust. Key features include:
Getting started is easy with tutorials like the helloworld example for beginners and the routeguide tutorial for more advanced features. The project is actively maintained and encourages contributions from the community.