crdts 0.0.1

Practical serializable CRDTs (counters, LWW, ORSWOT) implemented in Rust
Documentation

rust-crdt

CRDT's ported from riak_dt.

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
  • LWW Register
  • ORSWOT
  • Map
  • G-Set
  • OR-Set
  • G-Counter
  • PN-Counter
  • EM-Counter
  • serialization

references