consistent_hash_ring 0.5.6

A flexible and efficient consistent hash ring
Documentation
[package]
name = "consistent_hash_ring"
version = "0.5.6"
authors = ["nytopop <ericizoita@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A flexible and efficient consistent hash ring"
homepage = "https://github.com/nytopop/consistent_hash_ring"
repository = "https://github.com/nytopop/consistent_hash_ring"
documentation = "https://docs.rs/consistent_hash_ring"
keywords = ["ring", "consistent", "hash", "distributed", "hashring"]

[dependencies]
fnv = "1.0.6"