convergent 0.1.0

Lightweight, composable CRDTs for decentralized systems
Documentation
1
2
3
pub trait Merge {
    fn merge(&mut self, other: &Self);
}