fhash 0.1.0

Blazingly fast hash for HashMaps in Rust
Documentation
[dependencies.frand]
version = "0.7.0"

[dependencies.hashbrown]
default-features = false
version = "0.13.2"
[dev-dependencies.ahash]
version = "0.8.3"

[dev-dependencies.image]
default-features = false
features = ["png"]
version = "0.24.6"

[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["EngusMaze"]
description = "Blazingly fast hash for HashMaps in Rust"
edition = "2021"
exclude = ["*.png"]
homepage = "https://github.com/engusmaze/fhash"
license = "Apache-2.0 OR MIT"
name = "fhash"
readme = "README.md"
repository = "https://github.com/engusmaze/fhash"
version = "0.1.0"