auto-concat-array 0.1.0

Concatenate fixed-size arrays on stable Rust with automatic array length inference.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"