Modulesยง
- gset
- Grow-only Set - elements can only be added, never removed This is the simplest useful CRDT and a good starting point.
- lattice
- Join-semilattice trait - the mathematical foundation of CRDTs
- lwwreg
- Last-Write-Wins (LWW) Register CRDT
- map
- Map CRDT - A composable container for nested CRDTs
- mvreg
- Multi-Value Register CRDT
- orset
- Observed-Remove Set (OR-Set / Add-Wins Set)
- pncounter
- PN-Counter (Positive-Negative Counter) CRDT