nave 0.1.0

Thinking about the construction of distributed systems starting from the *consistent hash* algorithm.
Documentation
[dependencies.twox-hash]
version = "1.5.0"

[package]
authors = ["Chojan Shang <psiace@outlook.com>"]
categories = ["data-structures"]
description = "Thinking about the construction of distributed systems starting from the *consistent hash* algorithm."
documentation = "https://docs.rs/nave"
edition = "2018"
homepage = "https://github.com/psiace/nave"
include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*"]
keywords = ["consistent-hashing", "hash-ring", "nave"]
license = "MIT/Apache-2.0"
name = "nave"
readme = "README.md"
repository = "https://github.com/psiace/nave"
version = "0.1.0"