Crate crdts [] [src]

Reexports

pub use vclock::VClock;
pub use orswot::Orswot;

Modules

lwwreg
orswot

The orswot crate provides an implementation of the addition-biased OR-Set without tombstones (ORSWOT). Ported directly from riak_dt.

vclock

The vclock crate provides a generic vector clock implementation.