[dependencies.moddef]
version = "0.3.0"
[dependencies.slice_trait]
default-features = false
version = "0.3.10"
[features]
alloc = ["slice_trait/alloc"]
default = ["alloc"]
length = ["same", "slice_trait/length"]
same = ["slice_trait/same"]
[lib]
name = "array_trait"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std::no-alloc"]
description = "A generic trait for any array, with item as type and length as const parameter"
edition = "2024"
keywords = ["array", "util", "trait"]
license = "MIT"
name = "array_trait"
readme = "README.md"
repository = "https://github.com/sigurd4/array_trait"
version = "1.1.15"