Replicated Object Notation (RON) for Rust
=========================================
[RON](http://replicated.cc) is a protocol for synchronizing
Conflict-free Replicated Datatypes (CmRDT). The
[documentation](https://docs.rs/ron-crdt) is hosted on `docs.rs`.
Differences with the [reference implementation](https://github.com/gritzko/ron):
1. No support for UUID varieties yet.
2. Only LWW and 2-Phase sets.
3. Handshake protocol is missing.
4. Emits close RON exclusively.
Usage
-----
```toml
# Cargo.toml
[dependencies]
ron-crdt = "0.3.2"
```
License
-------
This project is licensed under either of
* GNU Lesser General Public License, Version 2.1 or later, ([LICENSE-LGPL2](LICENSE-LGPL2) or
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
* MIT license, ([LICENSE-MIT](LICENSE-MIT))
at your option.