array-lit 0.1.0

Macros for array and `Vec` literals with superpowers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[features]
default = ["std"]
std = []

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