fhash 0.2.0

Blazingly fast hash for HashMaps in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.frand]
version = "0.8.1"
[dev-dependencies.ahash]
version = "0.8.7"

[dev-dependencies.hashbrown]
version = "0.14.3"

[package]
authors = ["EngusMaze"]
description = "Blazingly fast hash for HashMaps in Rust"
edition = "2021"
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.2.0"