[dependencies.const-destructure]
version = "0.1.2"
[dev-dependencies.trybuild]
version = "1.0.111"
[lib]
name = "const_map_array"
path = "src/lib.rs"
[package]
authors = ["Mick van Gelderen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Map arrays in a const context."
edition = "2024"
keywords = ["const", "map", "array"]
license = "MIT OR Apache-2.0"
name = "const-map-array"
readme = false
repository = "https://github.com/mickvangelderen/const-map-array"
version = "0.1.0"
[[test]]
name = "compile_fail_tests"
path = "tests/compile_fail_tests.rs"
[[test]]
name = "pass"
path = "tests/pass.rs"