array_trait 1.1.20

A generic trait for any array, with item as type and length as const parameter
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 = "array_trait"
version = "1.1.20"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A generic trait for any array, with item as type and length as const parameter"
readme = "README.md"
keywords = [
    "array",
    "util",
    "trait",
]
categories = [
    "rust-patterns",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/sigurd4/array_trait"

[features]
alloc = ["slice_trait/alloc"]
default = ["alloc"]
length = [
    "same",
    "slice_trait/length",
]
same = ["slice_trait/same"]

[lib]
name = "array_trait"
path = "src/lib.rs"

[dependencies.moddef]
version = "0.3.0"

[dependencies.slice_trait]
version = "0.3.14"
default-features = false