/crdt

Conflict-free Replicated Data Types for Rust

Primary LanguageRustApache License 2.0Apache-2.0

Build Status

Documentation

Cargo

A library of CRDTs in Rust.

Status

A work in progress.

TODO

  • All CRDTs should be serializable (capn-proto?)
  • Fill out the rest of the CRDT types
  • Exotic CRDTs such as bloom filter, sketches, vector clock, and last-n register