Skip to content

pssalmeida/handoff_counter-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Handoff Counters in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages