hash_ring 0.0.6

Consistent Hashing library for Rust
Documentation
[package]

name = "hash_ring"
version = "0.0.6"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"]
documentation = "https://docs.rs/hash_ring"
repository = "https://github.com/mattnenterprise/rust-hash-ring"
homepage = "https://github.com/mattnenterprise/rust-hash-ring"
description = "Consistent Hashing library for Rust"
readme = "README.md"
license = "MIT"

keywords = ["consistent-hashing", "hash-ring"]
categories = ["data-structures"]

[dependencies]
rust-crypto = "0.2.34"