consistent_hash_ring 0.6.0

A flexible and efficient consistent hash ring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.fnv]
version = "1.0.6"

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