enum-collections 1.1.0

Collections data structures optimized for Enum, initializable at runtime.
Documentation
[[bench]]
harness = false
name = "enummap"
[dependencies.enum-collections-macros]
version = "1.0.0"
[dev-dependencies.criterion]
version = "0.5.1"

[features]
debug = ["variants"]
default = ["debug", "eq"]
eq = []
variants = ["enum-collections-macros/variants"]

[package]
authors = ["Pavel Pscheidl <pavel2@pscheidl.cz>"]
categories = ["data-structures"]
description = "Collections data structures optimized for Enum, initializable at runtime."
documentation = "https://docs.rs/enum-collections"
edition = "2021"
keywords = ["collections", "hashmap", "hashtable", "enum", "enummap"]
license = "Apache-2.0"
name = "enum-collections"
readme = "README.md"
repository = "https://github.com/Pscheidl/enum-collections"
resolver = "1"
version = "1.1.0"