google/tarpc
An RPC framework for Rust with a focus on ease of use. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3857
- days_rel: n/a
- days_push: 21
- n_releases_24m: 0
Adoption not part of the score
3736 stars · 229 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
tarpc is an RPC framework for Rust focused on ease of use, letting you define services directly in code without a separate schema language like protobuf. It supports pluggable transports, cascading cancellation, deadline propagation, and distributed tracing via OpenTelemetry.
Use cases
- build microservices in Rust with typed RPC
- replace gRPC with a pure-Rust, no-proto RPC framework
- call functions on a remote process over a pluggable transport
- propagate request deadlines across service call chains
- add distributed tracing to Rust service-to-service calls
- cancel in-flight remote requests by dropping the client call
When to choose
- you want RPC schemas defined in Rust code with no separate IDL compilation step
- you need cascading cancellation and deadline propagation across services
- your stack is Rust on both client and server and you want minimal boilerplate
- you need a pluggable transport rather than being locked to HTTP/2
When to avoid
- you need cross-language clients/servers (e.g., browser or Python callers) where protobuf-based gRPC fits better
- you require a mature ecosystem of gateways and tooling built around gRPC
- you need a stable 1.0 API - tarpc is still pre-1.0
Facets
library · maturity active
rpc middleware tracing backend microservices apis developer-tools rust cross-platform rpc-framework tokio async futures schema-in-code deadline-propagation cascading-cancellation
2 sources
- readme: https://github.com/google/tarpc · fetched 2026-08-28 · 4b3c104d8577
- registry_crates: https://crates.io/api/v1/crates/tarpc · fetched 2026-08-29 · 26ac534cee4a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/tarpc | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem