auto-const-array 0.2.1

Define a const array without specify length.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["ChiHai <ihciah@gmail.com>"]
description = "Define a const array without specify length."
edition = "2021"
keywords = ["const", "array", "auto"]
license = "MIT/Apache-2.0"
name = "auto-const-array"
readme = "README.md"
repository = "https://github.com/ihciah/auto-const-array"
version = "0.2.1"

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = {version = "2.0", features = ["full"]}

[lib]
proc-macro = true