Re-exports§
pub use gcounter::GCounter;pub use gset::GSet;pub use lww_map::LWWMap;pub use lww_register::LWWRegister;pub use orset::ORSet;pub use rga::Rga;pub use vc_register::VCRegister;pub use vector_clock::VectorClock;
Modules§
- gcounter
- gset
- lww_map
- lww_
register - orset
- registry_
dispatch - M10 registry-dispatch bridge for the
Crdtenum. - rga
- vc_
register - vector_
clock
Macros§
- for_
each_ crdt_ variant - Single source of truth for the
Crdtvariant table.
Enums§
- Crdt
- Dynamic CRDT wrapper for storage and query layers. Using MessagePack for binary serialization in the storage layer.
- Crdt
Error
Traits§
- Crdt
Merge - Trait for state-based CRDTs (CvRDTs)