[][src]Module crdts::lwwreg

This module contains a Last-Write-Wins Register.

Structs

LWWReg

LWWReg is a simple CRDT that contains an arbitrary value along with an Ord that tracks causality. It is the responsibility of the user to guarantee that the source of the causal element is monotonic. Don't use timestamps unless you are comfortable with divergence.

Enums

Validation

The Type of validation errors that may occur for an LWWReg.