hash_ring 0.1.7

Consistent Hashing library for Rust
Documentation
#![crate_name = "hash_ring"]
#![crate_type = "lib"]

extern crate md5;
mod hash_ring;
pub use hash_ring::NodeInfo;
pub use hash_ring::HashRing;