nave 0.1.0

Thinking about the construction of distributed systems starting from the *consistent hash* algorithm.
Documentation
1
2
3
4
5
extern crate twox_hash;

mod hash_ring;

pub use hash_ring::HashRing;