[][src]Module crdts::map

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

Structs

Map

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

Enums

Op

Operations which can be applied to the Map CRDT

Traits

Val

Val Trait alias to reduce redundancy in type decl.