grpc/grpc-rust
A native gRPC client & server implementation with async/await support. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 83
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7.5
- age_days: 2581
- days_rel: 119
- days_push: 7
- n_releases_24m: 17
Adoption not part of the score
12449 stars · 1247 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Tonic is a Rust implementation of gRPC over HTTP/2, providing async/await client and server support built on hyper and tokio, with prost-based codegen from protobuf definitions. It is designed as a high-performance, interoperable core building block for production Rust systems.
Use cases
- build a gRPC server in Rust
- create a gRPC client from protobuf definitions
- implement bidirectional streaming RPCs
- add TLS-secured gRPC services
- generate Rust client/server code from .proto files
- build microservices communicating over gRPC
- add load balancing and health checking to gRPC channels
When to choose
- you need native gRPC in Rust with first-class async/await support
- you want high-performance HTTP/2 RPC between Rust services
- you need protobuf-based codegen for clients and servers
- you require streaming, TLS, load balancing, or custom metadata in gRPC
- you want an interoperable gRPC implementation that works with other language stacks
When to avoid
- you need a simple REST or JSON API rather than gRPC
- your project does not use async Rust or the tokio ecosystem
- you need gRPC-Web support in the browser directly
- you want a C-binding-based gRPC implementation matching the official grpc core exactly
Facets
library · maturity stable
rpc http-server http-client middleware serialization backend web-development apis developer-tools rust cross-platform windows grpc tonic http2 protobuf async tokio prost codegen streaming tls linux macos
10 sources
- readme: https://github.com/grpc/grpc-rust · fetched 2026-08-28 · 37864a6c6435
- homepage: https://docs.rs/tonic · fetched 2026-08-29 · a30c4c07f38a
- site_page: https://docs.rs/ · fetched 2026-08-29 · 82f76ab42a7c
- site_page: https://docs.rs/crate/tonic/latest · fetched 2026-08-29 · 3187e5068f4a
- site_page: https://docs.rs/crate/tonic/latest/features · fetched 2026-08-29 · ed1bcf0cc260
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| grpc/grpc-rust | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem