[go: up one dir, main page]

enum-map 1.1.1

A map with C-like enum keys represented internally as an array
Documentation
[badges.gitlab]
repository = "KonradBorowski/enum-map"

[badges.maintenance]
status = "actively-developed"
[dependencies.arbitrary]
optional = true
version = "1.0.0"

[dependencies.enum-map-derive]
version = "0.6.0"

[dependencies.serde]
default-features = false
optional = true
version = "1.0.16"
[dev-dependencies.bincode]
version = "1.0.0"

[dev-dependencies.serde_derive]
version = "1.0.0"

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

[dev-dependencies.serde_test]
version = "1.0.19"

[package]
authors = ["Konrad Borowski <konrad@borowski.pw>"]
categories = ["data-structures", "no-std"]
description = "A map with C-like enum keys represented internally as an array"
documentation = "https://docs.rs/enum-map"
edition = "2018"
keywords = ["data-structure", "no_std", "enum"]
license = "MIT/Apache-2.0"
name = "enum-map"
readme = "README.md"
repository = "https://gitlab.com/KonradBorowski/enum-map"
version = "1.1.1"
[package.metadata.docs.rs]
features = ["arbitrary", "serde"]