ringhash 0.1.1

Consistent hashing implementation
Documentation
[dependencies.dashmap]
version = "5"

[dependencies.faststr]
version = "0.2"

[dependencies.fxhash]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "1"

[package]
authors = ["isjieliu@163.com"]
description = "Consistent hashing implementation"
documentation = "https://docs.rs/ringhash/"
edition = "2021"
keywords = ["consistent-hashing", "ringhash"]
license = "MIT/Apache-2.0"
name = "ringhash"
readme = "README.md"
repository = "https://github.com/Millione/ringhash"
version = "0.1.1"