Expand description
Conflict-free Replicated Data Types (CRDTs) for distributed data structures.
This module provides CRDT implementations that enable automatic conflict resolution in distributed systems. CRDTs guarantee that concurrent updates can be merged deterministically, ensuring eventual consistency without coordination.
§Core Types
doc::Doc- The main CRDT document type for user interactionsdoc::Value- The value type for nested structuresdoc::List- An ordered collection with rational number positioningdoc::list::Position- Rational number-based positions for stable list ordering