consistent_hash 0.1.4

An implementation of Consistent hashing algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
siphasher = "0.1"
splay_tree = "0.2"

[dev-dependencies]
clap = "2"

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "An implementation of Consistent hashing algorithm"
documentation = "https://docs.rs/consistent_hash"
homepage = "https://github.com/sile/consistent_hash"
keywords = ["distributed", "hash"]
license = "MIT"
name = "consistent_hash"
readme = "README.md"
repository = "https://github.com/sile/consistent_hash"
version = "0.1.4"