3 releases
Uses old Rust 2015
0.1.2 | Feb 15, 2016 |
---|---|
0.1.1 | Feb 8, 2016 |
0.1.0 | Feb 8, 2016 |
#1854 in Data structures
8KB
155 lines
crdt-rs
This is a library to work with [Context Free Replicated Data Types] (https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) in rust
Installation
This crate works with Cargo. Assuming you have Rust and Cargo installed, simply check out the source and run tests:
git clone https://github.com/achanda/crdt-rs
cd crdt-rs
cargo test
You can also add crdt_rs
as a dependency to your project's Cargo.toml
:
[dependencies]
crdt_rs = "*"
TODO
- Tests for all types
- Documentation
- More utility functions for all types
- More types
lib.rs
:
This crate provides implementations of some common CRDT