Docs.rs
crdt_rs-0.1.2
crdt_rs 0.1.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
achanda
Dependencies
Versions
60%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
crdt_rs
0.1.2
All Items
Crate Items
Structs
Crate
crdt_rs
Copy item path
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
GSet
s