stepancheg/grpc-rust
Rust implementation of gRPC observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 4084
- days_rel: n/a
- days_push: 877
- n_releases_24m: 0
Adoption not part of the score
1367 stars · 123 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A pure-Rust implementation of the gRPC protocol built on HTTP/2 and Protocol Buffers, with code generation via protoc plugins. The project is officially dead and unmaintained, having been superseded by the official gRPC team's Rust implementation.
Use cases
- implement gRPC services in Rust
- generate Rust client and server stubs from .proto files
- build a gRPC client to call services written in Go or other languages
- learn how gRPC works over HTTP/2 in pure Rust
- maintain a legacy Rust codebase that depends on the grpc crate
When to choose
- you are maintaining an existing project already built on this crate
- you need a pure-Rust gRPC implementation for study or reference
When to avoid
- you are starting a new Rust gRPC project (use tonic or the official gRPC Rust implementation)
- you need production-grade performance and support
- you want an actively maintained library
Facets
library · maturity abandoned
rpc serialization http-server http-client developer-tools apis backend rust cross-platform grpc protobuf http2 tokio unmaintained
1 source
- readme: https://github.com/stepancheg/grpc-rust · fetched 2026-08-28 · 95356c429957
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stepancheg/grpc-rust | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="stepancheg/grpc-rust")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem