[package]
name = "array-lit"
version = "0.1.0"
authors = ["Ludwig Stecher <ludwig.stecher@gmx.de>"]
description = "Macros for array and `Vec` literals with superpowers"
documentation = "https://github.com/Aloso/array-lit"
homepage = "https://github.com/Aloso/array-lit"
repository = "https://github.com/Aloso/array-lit"
readme = "README.md"
keywords = ["macro", "literal", "array", "vec", "no_std"]
categories = ["no-std", "rust-patterns"]
license = "MIT OR Apache-2.0"
[features]
default = ["std"]
std = []
[dependencies]