conshash 0.1.4

A library to do consistent hashing in Rust.
Documentation
1
2
3
4
5
6
7
8
9
[package]
authors = ["Muhammad Attiyah <mu.attiyah@gmail.com>"]
description = "A library to do consistent hashing in Rust."
keywords = ["consistent-hashing", "distributed-systems", "hashing", "hashring"]
license = "MIT"
name = "conshash"
readme = "README.md"
repository = "https://github.com/muattiyah/conshash"
version = "0.1.4"