fixed-map-derive 0.9.2

A fixed map where storage layout is calculated by a procedural macro. This crate contains the procedural macros.
Documentation
[dependencies.proc-macro2]
version = "1.0.56"

[dependencies.quote]
version = "1.0.26"

[dependencies.syn]
features = ["full"]
version = "2.0.15"

[lib]
proc-macro = true

[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\nThis crate contains the procedural macros.\n"
documentation = "https://docs.rs/fixed-map"
edition = "2018"
homepage = "https://github.com/udoprog/fixed-map"
keywords = ["container", "data-structure", "map", "no_std"]
license = "MIT/Apache-2.0"
name = "fixed-map-derive"
readme = "README.md"
repository = "https://github.com/udoprog/fixed-map"
resolver = "2"
rust-version = "1.65"
version = "0.9.2"