quick arrays
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "amap"
version = "0.1.4"
authors = ["bend-n <[email protected]>"]
description = "define `[Option<T>; N]` easily"
edition = "2024"
repository = "https://github.com/bend-n/amap.git"
license = "MIT"

[dependencies]
itertools = "0.14.0"
proc-macro2 = "1.0.101"
quote = "1.0.32"
syn = { version = "2.0.15", features = ["full"] }

[lib]
proc-macro = true