Crate crdt_rs [] [src]

This crate provides implementations of some common CRDT

Structs

GSet

A GSet is an implementation of a grow-only set. The underlying data-structure is a BTreeSet

PSet

Implements a state based two-phase set using two GSets