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

Enums

Traits