# tikv/grpc-rs

The gRPC library for Rust built on C Core library and futures

Repository: https://github.com/tikv/grpc-rs
Canonical: https://ross.abutalabs.com/products/grpc-rs
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: grpc, rust
Last push: 2026-07-04T06:36:33+00:00

## Health v2 (maintenance only)
Score: 63/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 8, longevity 100
- inputs: {"age_days": 3421, "days_push": 60, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1852, forks 261 (observed 2026-08-28T04:05:44.408254+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: rpc, http-client, http-server, serialization
- domain: backend, apis, web-development, microservices
- platform: windows, rust, cross-platform
- tags: grpc, grpcio, futures, async, tls, protobuf, prost, http2, linux, macos

## Member repositories
- tikv/grpc-rs (main) score 63

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.408254+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:16:54.079498+00:00, confidence not recorded.
  - readme: https://github.com/tikv/grpc-rs (fetched 2026-08-28T04:05:44.408254+00:00, sha 754ce0e69154)
- Data as of 2026-08-30T08:39:29.467469+00:00.
