Expand description
Core traits for CRDT (Conflict-free Replicated Data Type) implementations.
This module defines the fundamental traits that all CRDT implementations must satisfy:
Data: A marker trait for types that can be stored in EideticaCRDT: The core trait defining merge semantics for conflict resolution