3 个版本
使用旧的 Rust 2015
0.1.2 | 2016 年 2 月 15 日 |
---|---|
0.1.1 | 2016 年 2 月 8 日 |
0.1.0 | 2016 年 2 月 8 日 |
#1854 在 数据结构
8KB
155 行
crdt-rs
这是一个在 Rust 中处理[上下文无关复制数据类型](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type)的库
安装
此包与 Cargo 一起工作。假设您已安装 Rust 和 Cargo,只需检出源代码并运行测试
git clone https://github.com/achanda/crdt-rs
cd crdt-rs
cargo test
您还可以将 crdt_rs
添加到项目的 Cargo.toml
作为依赖项
[dependencies]
crdt_rs = "*"
待办事项
- 所有类型的测试
- 文档
- 所有类型的更多实用函数
- 更多类型
lib.rs
:
此包提供了一些常见 CRDT 的实现