capnproto/capnproto-rust
Cap'n Proto for Rust 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4808
- days_rel: n/a
- days_push: 23
- n_releases_24m: 0
Adoption not part of the score
2497 stars · 262 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust implementation of the Cap'n Proto data serialization format and RPC protocol. It generates code from schema files enabling zero-copy message reading and building, with support for tagged unions, generics, protocol evolution, and no_std/no-alloc environments.
Use cases
- serialize structured data in Rust without deserialization overhead
- define RPC interfaces between distributed services
- exchange messages between Rust and other Cap'n Proto languages
- persist data to disk in a fast binary format
- build embedded Rust software with no_std serialization
When to choose
- you need extremely fast serialization with zero-copy reads
- you want schema-driven RPC across multiple languages
- you target embedded or no_std Rust environments
When to avoid
- you need human-readable formats like JSON
- your ecosystem already standardizes on Protocol Buffers or gRPC
- you only need simple ad-hoc data exchange
Facets
library · maturity active
serialization rpc parser microservices apis developer-tools rust cross-platform embedded capn-proto zero-copy schema-codegen no-std
1 source
- readme: https://github.com/capnproto/capnproto-rust · fetched 2026-08-28 · 3caf45589941
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| capnproto/capnproto-rust | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="capnproto/capnproto-rust")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem