handoff_counter

Crates.iohandoff_counter
lib.rshandoff_counter
version0.8.5
sourcesrc
created_at2016-07-08 14:14:41.424664
updated_at2016-07-08 14:25:51.442707
descriptionHandoff Counters
homepage
repositoryhttps://github.com/pssalmeida/handoff_counter-rs
max_upload_size
id5609
size9,598
Paulo Sérgio Almeida (pssalmeida)

documentation

README

crdt

Handoff Counters in Rust - eventually consistent distributed counters, as presented in http://arxiv.org/abs/1307.3207

Usage

To use Handoff Counters first add this to your Cargo.toml:

[dependencies]
handoff_counter = "0.8"

Then, add this to your crate root:

extern crate handoff_counter;
Commit count: 15

cargo fmt