mphf 0.2.0

An exercise in implementing minimal perfect hash table.
Documentation
[[bench]]
name = "get"
path = "benches/get.rs"

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

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An exercise in implementing minimal perfect hash table."
edition = "2021"
license = "MIT"
name = "mphf"
readme = "readme.md"
repository = "https://github.com/CasualX/mphf"
version = "0.2.0"