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

rust-crdt/rust-crdt

a collection of well-tested, serializable CRDTs for Rust observed · 2026-08-28

github.com/rust-crdt/rust-crdt · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 3820
  • days_rel: n/a
  • days_push: 809
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1545 stars · 65 forks observed · 2026-08-28

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

A Rust library providing a family of well-tested, serializable CRDTs (Conflict-free Replicated Data Types) supporting both state-based (CvRDT) and op-based (CmRDT) replication. It enables building highly available distributed systems where replicas can merge state without conflicts.

Use cases

  • build a distributed database with conflict-free replication
  • sync collaborative app state across offline peers
  • implement eventually consistent counters, sets, and maps in Rust
  • replicate mutable state between nodes without a central coordinator
  • merge concurrent edits in a peer-to-peer application

When to choose

  • you need conflict-free replicated data structures in Rust
  • you want both state-based and op-based replication support
  • you need thoroughly tested, serializable CRDT primitives like GCounter, LWWRegister, or ORSet

When to avoid

  • you need a full distributed database or sync service rather than data structure primitives
  • your project is not in Rust
  • you need real-time collaborative text editing with rich operational transforms

Facets

library · maturity active

serialization concurrency developer-tools microservices databases rust cross-platform crdt conflict-free-replicated-data-types state-based-replication op-based-replication eventual-consistency algorithms

1 source

Member repositories

RepositoryRoleHealth v2
rust-crdt/rust-crdtmain23

For agents

markdown · JSON · MCP: product_card(name="rust-crdt/rust-crdt")

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