auto-concat-array 0.1.0

Concatenate fixed-size arrays on stable Rust with automatic array length inference.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "auto-concat-array"
version = "0.1.0"
edition = "2024"
description = "Concatenate fixed-size arrays on stable Rust with automatic array length inference."
authors = ["HellOwhatAs <xjq701229@outlook.com>"]
license = "MIT"
repository = "https://github.com/HellOwhatAs/auto-concat-array"
readme = "README.md"
keywords = ["array", "concat", "const-generics", "no_std"]
categories = ["no-std", "data-structures"]

[dependencies]
seq-macro = "0.3"