tikv/grpc-rs
The gRPC library for Rust built on C Core library and futures observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 90
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3421
- days_rel: n/a
- days_push: 60
- n_releases_24m: 0
Adoption not part of the score
1852 stars · 261 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
gRPC-rs (published as grpcio) is a Rust wrapper around the gRPC Core C library, providing asynchronous client and server RPC built on futures. It supports unary and streaming calls, SSL/TLS, health checks, and code generation from proto files.
Use cases
- build a gRPC server in Rust
- call gRPC services from a Rust client
- streaming RPCs with async Rust
- generate Rust code from proto files
- secure gRPC with TLS in Rust
- interoperate with gRPC services in other languages
When to choose
- you need gRPC in Rust with mature C-core performance
- you want async/await or futures-based RPC clients and servers
- you need TLS, health checks, or interoperability with other gRPC stacks
When to avoid
- you want a pure-Rust gRPC stack without C dependencies (consider tonic)
- you need server-side load reporting or gRPC reflection, which are unimplemented
- your build environment cannot satisfy CMake/Clang toolchain prerequisites
Facets
library · maturity active
rpc http-client http-server serialization backend apis web-development microservices windows rust cross-platform grpc grpcio futures async tls protobuf prost http2 linux macos
1 source
- readme: https://github.com/tikv/grpc-rs · fetched 2026-08-28 · 754ce0e69154
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tikv/grpc-rs | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem