const_array_map_derive 0.1.0

Derive macros for const_array_map crate
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
version = "2.0.96"

[lib]
name = "const_array_map_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Yegor Vaskonyan <yegor.vaskonyan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macros for const_array_map crate"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "const_array_map_derive"
readme = "README.md"
version = "0.1.0"