Module crdt

Module crdt 

Source
Expand description

CRDT (Conflict-free Replicated Data Type) implementations

Structs§

GCounter
Counter that can be incremented/decremented
LwwMap
Last-Write-Wins Map
LwwRegister
Last-Write-Wins Register
ReplicaId
Unique identifier for a replica

Traits§

Mergeable
Trait for types that can be merged with other instances