simplehash 0.1.2

A simple, fast Rust library implementing common non-cryptographic hash functions
Documentation
[[bench]]
harness = false
name = "fnv_benchmark"
path = "benches/fnv_benchmark.rs"

[[bench]]
harness = false
name = "hash_benchmark"
path = "benches/hash_benchmark.rs"

[[bench]]
harness = false
name = "hashmap_benchmark"
path = "benches/hashmap_benchmark.rs"

[[bin]]
name = "simplehash"
path = "src/main.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Cole Mackenzie <colemackenzie1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "A simple, fast Rust library implementing common non-cryptographic hash functions"
edition = "2024"
keywords = ["murmurhash", "fnv", "fnv1a", "murmurhash3", "hash"]
license = "MIT"
name = "simplehash"
readme = "README.md"
repository = "https://github.com/cmackenzie1/simplehash"
version = "0.1.2"