5 releases (3 breaking)
Uses old Rust 2015
0.5.0 | Mar 15, 2015 |
---|---|
0.4.1 | Mar 15, 2015 |
0.4.0 | Jan 17, 2015 |
0.3.0 | Jan 17, 2015 |
0.2.0 | Dec 2, 2014 |
#1845 in Data structures
74KB
1.5K
SLoC
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
lib.rs
:
A library of Conflict-free Replicated Data Types.
Further Reading
- A comprehensive study of Convergent and Commutative Replicated Data Types (Shapiro, et al.)
- An Optimized Conflict-free Replicated Set (Bieniusa, et al.)
Dependencies
~185KB