agb_hashmap 0.22.2

A simple no_std hashmap implementation intended for use in the `agb` library
Documentation
[dependencies.rustc-hash]
default-features = false
version = "1"

[dependencies.serde]
default-features = false
optional = true
version = "1"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.9"

[dev-dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1"

[features]
allocator_api = []
serde = ["dep:serde"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "data-structures"]
description = "A simple no_std hashmap implementation intended for use in the `agb` library"
edition = "2024"
exclude = ["/benches"]
license = "MPL-2.0"
name = "agb_hashmap"
readme = false
repository = "https://github.com/agbrs/agb"
resolver = "2"
version = "0.22.2"