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 |
#8 in #replicated
Used in 2 crates
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
- GNU Lesser General Public License, Version 2.1 or later, (LICENSE-LGPL2 or https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
- MIT license, (LICENSE-MIT)
at your option.
lib.rs
:
UUID type for the RON crate.
Handles parsing and serialization of UUIDs.
Dependencies
~2MB
~30K SLoC