ron-crdt

Crates.ioron-crdt
lib.rsron-crdt
version0.4.0
sourcesrc
created_at2018-12-23 23:30:43.185444
updated_at2019-02-05 18:03:14.265635
descriptionReplicated Object Notation for Rust
homepage
repositoryhttps://github.com/flanfly/ron-crdt
max_upload_size
id103543
size16,026,662
Kai Michaelis (flanfly)

documentation

https://docs.rs/ron-crdt/

README

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. No support for UUID varieties yet.
  2. Only LWW and 2-Phase sets.
  3. Handshake protocol is missing.
  4. Emits close RON exclusively.

Usage

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

License

This project is licensed under either of

at your option.

Commit count: 54

cargo fmt