Module container

Module container 

Source
Expand description

CRDT [Container]. Each container may have different CRDT type ContainerType. Each [Op] has an associated container. It’s the [Container]’s responsibility to calculate the state from the [Op]s.

Every [Container] can take a [Snapshot], which contains crate::LoroValue that describes the state.

Modules§

idx
list
map
richtext
Index
tree

Enums§

ContainerID
ContainerID includes the Op’s ID and the type. So it’s impossible to have the same ContainerID with conflict ContainerType.
ContainerIdRaw
ContainerType

Traits§

IntoContainerId