Module noosphere_core::data::map

source ·
Expand description

This module contains a Map with Reset-Remove and Observed-Remove semantics.

Structs

Map CRDT - Supports Composition of CRDT’s with reset-remove semantics.

Enums

The various validation errors that may occur when using a Map CRDT.
The various validation errors that may occur when using a Map CRDT.
Operations which can be applied to the Map CRDT

Traits

Val Trait alias to reduce redundancy in type decl.