fly 0.2.0

Convergent Replicated Data Types in Rust
Documentation
1
2
3
pub trait Crdt {
    fn merge(&self, other: &Self) -> Self;
}