Module crdts::glist[][src]

This module contains a Grow-only List.

GList - Grow-only List CRDT

Structs

GList

The GList is a grow-only list, that is, it allows inserts but not deletes. Elements in the list are paths through an ordered tree, the tree grows deeper when we try to insert between two elements who were inserted concurrently and whose paths happen to have the same prefix.

Enums

Op

Operations that can be performed on a List