Crate euklid

Source
Expand description

A rust library for CRDTs

Structs§

Dot
Re-export the internal structures. The Dot is a version marker for an actor
GCounter
Re-export the internal structures. A grow-only counter
VClock
Re-export the internal structures. A vector clock

Traits§

CmRDT
Re-export the internal structures. An operation based CRDT. Such CRDTs replicate by transmiting each operation.
CvRDT
Re-export the internal structures. A state based CRDT. Such CRDTs replicate by transmitting the entire CRDT state.