conhash 0.5.1

Consistent Hashing library in Rust
Documentation
[[bench]]
harness = false
name = "my_benchmark"

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.7"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.once_cell]
version = "1.9.0"

[lib]
name = "conhash"

[package]
authors = ["Y. T. Chung <zonyitoo@gmail.com>"]
description = "Consistent Hashing library in Rust"
edition = "2021"
keywords = ["consistent", "hash", "cache"]
license = "MIT/Apache-2.0"
name = "conhash"
readme = "README.md"
repository = "https://github.com/zonyitoo/conhash-rs"
version = "0.5.1"