[badges.maintenance]
status = "experimental"
[dependencies.const_hashmap_macros]
version = "0.1.0"
[features]
default = []
derive = ["const_hashmap_macros/derive"]
[lib]
name = "const_hashmap"
path = "src/lib.rs"
[package]
authors = ["Alan Volker <volkeralan12@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compile-time hash map for any const-hashable key"
edition = "2024"
keywords = ["const", "map", "hash", "compile-time", "hashmap"]
license = "MIT OR Apache-2.0"
name = "const_hashmap"
readme = "README.md"
repository = "https://github.com/cjperron/const_hashmap"
rust-version = "1.86.0"
version = "0.1.1"