Replicated Object Notation (RON) UUIDs
======================================
[RON](http://replicated.cc) is a protocol for synchronizing Conflict-free
Replicated Datatypes (CmRDT). This crate implements RONs UUID type **only**.
Check out [ron-crdt](https://crates.io/ron-crdt) for a complete implementation
of RON.
Usage
-----
```toml
# Cargo.toml
[dependencies]
ron-uuid = "0.1.0"
```
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.