Module crdts::orswot

source ·
Expand description

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

Structs

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

Enums

  • Op’s define an edit to an Orswot, Op’s must be replayed in the exact order they were produced to guarantee convergence.
  • The variations that an ORSWOT may fail validation.