mule-map 0.1.3

A hybrid between a HashMap and a lookup table
Documentation
[dependencies.bytemuck]
version = "1.22.0"

[dependencies.num-traits]
features = ["i128"]
version = "0.2.19"

[dependencies.sealed]
version = "0.6.0"

[dev-dependencies.fnv_rs]
version = "0.4.3"

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

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
authors = ["Michael Hancock"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A hybrid between a HashMap and a lookup table"
edition = "2024"
exclude = ["assets", ".github", ".gitignore"]
keywords = ["hash", "hashmap", "hybrid", "map", "table"]
license = "MIT OR Apache-2.0"
name = "mule-map"
readme = "README.md"
repository = "https://github.com/gringasalpastor/mule-map"
version = "0.1.3"