Module ditto::map [] [src]

A CRDT that stores a collection of key-value pairs.

Structs

Map

A Map is a HashMap-like collection of key-value pairs. As with HashMap, Map requires that the elements implement the Eq and Hash traits. To allow for CRDT replication, they must also implement the Clone, Serialize, and Deserialize traits.

MapState
Op

Enums

LocalOp

Traits

Key
Value