crdt_rs 0.1.2

A library to work with Conflict-free replicated data types (CRDT) in Rust
Documentation
  • Coverage
  • 60%
    3 out of 5 items documented0 out of 0 items with examples
  • Size
  • Source code size: 20.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 486.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • achanda/crdt-rs
    16 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • achanda

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

  1. Tests for all types
  2. Documentation
  3. More utility functions for all types
  4. More types