consistent_hash_ring 0.3.2

A flexible and efficient consistent hash ring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "consistent_hash_ring"
version = "0.3.2"
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]
crc = "1.8.1"