Ross ROSS = Recommend OSS · open-source software intelligence for agents

grpc/grpc-rust

A native gRPC client & server implementation with async/await support. observed · 2026-08-28

github.com/grpc/grpc-rust · homepage · Rust · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
grpc/grpc-rustmain94

For agents

markdown · JSON · MCP: product_card(name="grpc/grpc-rust")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem