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
- Replica
Id - Unique identifier for a replica
Traits§
- Mergeable
- Trait for types that can be merged with other instances