Module crdts::orswot[][src]

This module contains an Observed-Remove Set With Out Tombstones.

Structs

Orswot

Orswot is an add-biased or-set without tombstones ported from the riak_dt CRDT library.

Enums

Op

Op’s define an edit to an Orswot, Op’s must be replayed in the exact order they were produced to guarantee convergence.

Validation

The variations that an ORSWOT may fail validation.