[lib]
name = "jumpconsistenthash"
path = "src/lib.rs"
[package]
authors = ["Dermot H. <dermot.thomas.haughey@gmail.com>"]
categories = ["algorithms"]
description = "Implementation of Jump consistent hash i.e. 'A Fast, Minimal Memory, Consistent Hash Algorithm' from Google"
edition = "2021"
homepage = "https://github.com/hderms/jumphash"
keywords = ["hash", "jumphash", "distributed-systems"]
license = "Apache-2.0"
name = "jumpconsistenthash"
readme = "README.md"
repository = "https://github.com/hderms/jumphash"
resolver = "2"
version = "0.1.0"