Replicated Object Notation (RON) for Rust

RON is a protocol for synchronizing Conflict-free Replicated Datatypes (CmRDT). The documentation is hosted on docs.rs.

Differences with the reference implementation:

  1. Number vs Hash for UUID with variety 0?
  2. NewIntAtom(0)

Usage

```toml

Cargo.toml

[dependencies] ron-crdt = "0.1" ```

License

This project is licensed under either of

at your option.