Expand description
Delta-mutators for CRDT types
For each CRDT type, we implement delta-mutators mδ such that:
m(X) = X ⊔ mδ(X)
This means the full mutation can be reconstructed by joining the delta with the original state.
Modules§
Structs§
- GSet
Insert Delta - Delta for GSet insert operation
Traits§
- Delta
Mutator - Delta-mutator trait for CRDTs