Crates.io | cvrdt-exposition |
lib.rs | cvrdt-exposition |
version | 0.2.0 |
source | src |
created_at | 2020-08-28 22:43:44.31663 |
updated_at | 2023-10-11 17:25:13.150616 |
description | Understanding Convergent Replicated Data Types |
homepage | https://docs.rs/cvrdt-exposition/ |
repository | https://github.com/genos/cvrdt-exposition |
max_upload_size | |
id | 282100 |
size | 41,212 |
I wanted to understand CRDTs more, so I put together this Rust library for state-based CRDTs a.k.a. convergent replicated data types a.k.a. CvRDTs. It aims to present an explicit (with strong types, etc.) and unified description of the CvRDTs presented in the wonderful paper A comprehensive study of Convergent and Commutative Replicated Data Types.
This code is solely for my own edification and is not meant for production use.
There are already much better options for usable CRDTs in Rust; see the rust-crdt
project.
rust-crdt
meangirls
proptest
book; cvrdt-exposition
uses proptest
for testing that implementations fulfill required CvRDT properties.