crdt 0.5.0

Conflict-free Replicated Data Types for Rust
docs.rs failed to build crdt-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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