[][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.

Traits

Marker

Marker must grow monotonically and must be globally unique

Val

Trait bound alias for lwwreg vals