Crate crdt_rs

Source
Expand description

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