Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module list

Module list 

Source
Expand description

List positioning system and List type for CRDT documents.

This module provides both the Position type for stable list ordering and the List type itself for ordered collections in CRDT documents.

Structsยง

List
Ordered list with stable positioning for CRDT operations.
Position
Represents a position in a CRDT list using rational numbers.