crdts 1.2.10

Practical serializable thoroughly tested CRDTs (ORSWOT, counters, LWW) ported from riak_dt
Documentation

rust-crdt

Build Status crates.io

Thoroughly tested serializable practical CRDT's ported from riak_dt.

documentation

If you want to learn about how CRDTs work, I suggest starting with the readme from aphyr's meangirls repo. Afterwards, either check out the riak dt source code or A comprehensive study of CRDTs depending on if you like to read papers or jump straight to source code examples.

  • Vector Clock
  • ORSWOT
  • LWW Register
  • G-Counter
  • Map
  • G-Set
  • OR-Set
  • PN-Counter
  • EM-Counter

references