Module mutators

Module mutators 

Source
Expand description

Delta-mutators for CRDT types

For each CRDT type, we implement delta-mutators such that: m(X) = X ⊔ mδ(X)

This means the full mutation can be reconstructed by joining the delta with the original state.

Modules§

gset
GSet delta-mutators
lwwreg
mvreg
orset
ORSet delta-mutators
pncounter

Structs§

GSetInsertDelta
Delta for GSet insert operation

Traits§

DeltaMutator
Delta-mutator trait for CRDTs