Ross ROSS = Recommend OSS · open-source software intelligence for agents

rkyv/rkyv

Zero-copy deserialization framework for Rust observed · 2026-08-28

github.com/rkyv/rkyv · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

79/100

  • Activity 99
  • Release rhythm 40
  • 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: 0.0
  • age_days: 2127
  • days_rel: 714
  • days_push: 9
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

4330 stars · 236 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

rkyv is a zero-copy deserialization framework for Rust that serializes data into an archived format that can be accessed directly in-place without deserialization. It provides safe, validated access to archived data and derives Archive/Serialize/Deserialize implementations for Rust types.

Use cases

  • serialize rust structs to bytes with zero-copy access
  • load large serialized datasets without deserialization overhead
  • fast serialization for games and high-performance applications
  • no_std embedded serialization
  • compare rust serialization solutions for benchmarks

When to choose

  • you need extremely fast deserialization or in-place access to serialized data
  • you're working in Rust and want derive-based serialization
  • you need no_std support or minimal resource usage

When to avoid

  • you need cross-language serialization interop like JSON or protobuf
  • your data is small and serialization speed is not a bottleneck
  • you need human-readable formats

Facets

library · maturity stable

serialization developer-tools performance files rust cross-platform zero-copy no-std archive deserialization

3 sources

Member repositories

RepositoryRoleHealth v2
rkyv/rkyvmain79

For agents

markdown · JSON · MCP: product_card(name="rkyv/rkyv")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem