const-map-array 0.1.0

Map arrays in a const context.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "const-map-array"
version = "0.1.0"
edition = "2024"
authors = ["Mick van Gelderen"]
description = "Map arrays in a const context."
repository = "https://github.com/mickvangelderen/const-map-array"
license = "MIT OR Apache-2.0"
keywords = ["const", "map", "array"]
categories = ["rust-patterns"]

[dependencies]
const-destructure = "0.1.2"

[dev-dependencies]
trybuild = "1.0.111"