Expand description
Advanced CRDT Types
This module provides advanced CRDT implementations including:
- RGA (Replicated Growable Array) for collaborative text editing
- LSEQ (Logoot Sequence) for ordered sequences
- Yjs-style trees for hierarchical data
- DAG (Directed Acyclic Graph) for complex relationships
Structs§
- Dag
- DAG (Directed Acyclic Graph) for complex relationships
- DagNode
- DAG (Directed Acyclic Graph) node
- Lseq
- LSEQ (Logoot Sequence) for ordered sequences
- Lseq
Element - LSEQ (Logoot Sequence) element
- Position
Id - Position identifier for RGA and LSEQ
- Rga
- RGA (Replicated Growable Array) for collaborative text editing
- RgaElement
- RGA (Replicated Growable Array) element
- YjsNode
- Yjs-style tree node
- YjsTree
- Yjs-style tree for hierarchical data
- YjsTree
Node - Tree node for display purposes
Enums§
- Advanced
Crdt Error - Error types for advanced CRDT operations