[package]
edition = "2024"
name = "auto-concat-array"
version = "0.1.0"
authors = ["HellOwhatAs <xjq701229@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concatenate fixed-size arrays on stable Rust with automatic array length inference."
readme = "README.md"
keywords = [
"array",
"concat",
"const-generics",
"no_std",
]
categories = [
"no-std",
"data-structures",
]
license = "MIT"
repository = "https://github.com/HellOwhatAs/auto-concat-array"
[lib]
name = "auto_concat_array"
path = "src/lib.rs"
[dependencies.seq-macro]
version = "0.3"