hashring 0.3.1

A minimal implementation of consistent hashing
Documentation
[package]
name = "hashring"
version = "0.3.1"
authors = ["Jerome Froelich <jeromefroelich@hotmail.com>"]
description = "A minimal implementation of consistent hashing"
homepage = "https://github.com/jeromefroe/hashring-rs"
repository = "https://github.com/jeromefroe/hashring-rs.git"
documentation = "https://docs.rs/hashring/"
readme = "README.md"
license = "MIT"
keywords = ["consistent", "hashing", "hash", "ring"]

[features]
nightly = []

[dependencies]
siphasher = "0.3.1"