enumap 0.3.0

A HashMap and HashSet like interface for enums backed by an array
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1"
[dev-dependencies.serde]
features = ["derive"]
version = "1"

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

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

[package]
authors = ["David Herberth <github@dav1d.de>"]
categories = ["embedded", "data-structures", "no-std", "no-std::no-alloc"]
description = "A HashMap and HashSet like interface for enums backed by an array"
edition = "2021"
keywords = ["data-structure", "enum", "no_std"]
license = "MIT OR Apache-2.0"
name = "enumap"
readme = "README.md"
repository = "https://github.com/Dav1dde/enumap"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]