4 releases (2 breaking)

0.4.0 Jun 9, 2019
0.3.1 Jan 4, 2019
0.3.0 Jan 4, 2019
0.2.0 Jan 4, 2019

#11 in #replicated


Used in 2 crates

LGPL-2.1-or-later OR MIT

35KB
768 lines

Replicated Object Notation (RON) UUIDs

RON is a protocol for synchronizing Conflict-free Replicated Datatypes (CmRDT). This crate implements RONs UUID type only. Check out ron-crdt for a complete implementation of RON.

Usage

# Cargo.toml
[dependencies]
ron-uuid = "0.4.0"

License

This project is licensed under either of

at your option.


lib.rs:

UUID type for the RON crate.

Handles parsing and serialization of UUIDs.

Dependencies

~2MB
~30K SLoC