Module loro_internal::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
- Index
Enums
- ContainerID includes the Op’s ID and the type. So it’s impossible to have the same ContainerID with conflict ContainerType.