rustyhash 0.1.1

A consistent hashing library for Rust
Documentation
[dependencies.digest]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[lib]
name = "rustyhash"
path = "src/lib.rs"

[package]
authors = ["David Sugar <tychosoft@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "network-programming"]
description = "A consistent hashing library for Rust"
edition = "2024"
homepage = "https://github.com/tychosoft/rustyhash"
keywords = ["hash", "digest", "distributed"]
license = "MIT"
name = "rustyhash"
readme = "README.md"
repository = "https://github.com/tychosoft/rustyhash/"
version = "0.1.1"