fixed-map 0.8.0-alpha.2

A fixed map where storage layout is calculated by a procedural macro.
Documentation
[[bench]]
harness = false
name = "map_benches"
[dependencies.fixed-map-derive]
version = "0.8.0-alpha.2"

[dependencies.hashbrown]
optional = true
version = "0.12.3"

[dependencies.serde]
optional = true
version = "1.0.145"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.hashbrown]
version = "0.12.3"

[features]
default = ["map"]
map = ["hashbrown"]

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["data-structures"]
description = "A fixed map where storage layout is calculated by a procedural macro.\n"
documentation = "https://docs.rs/fixed-map"
edition = "2018"
homepage = "https://github.com/udoprog/fixed-map"
license = "MIT/Apache-2.0"
name = "fixed-map"
readme = "README.md"
repository = "https://github.com/udoprog/fixed-map"
version = "0.8.0-alpha.2"
[package.metadata.docs.rs]
all-features = true