Module ditto::set [] [src]

A CRDT that stores a collection of distinct elements.

Structs

Op
Set

A Set is a HashSet-like collection of distinct elements. As with HashSet, Set 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.

SetState

Enums

LocalOp

Traits

SetElement