Module crdts::ctx

source ·
Expand description

This module contains context for editing a CRDT.

Structs

  • AddCtx is used for mutations add new information to a CRDT
  • ReadCtx’s are used to extract data from CRDT’s while maintaining some causal history. You should store ReadCtx’s close to where mutation is exposed to the user.
  • RmCtx is used for mutations that remove information from a CRDT