hybrid-array 0.4.1

Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability and a transition path to const generics
Documentation
[dependencies.bytemuck]
default-features = false
optional = true
version = "1"

[dependencies.serde]
default-features = false
optional = true
version = "1"

[dependencies.subtle]
default-features = false
optional = true
version = "2"

[dependencies.typenum]
features = ["const-generics"]
version = "1.17"

[dependencies.zeroize]
default-features = false
optional = true
version = "1.8"

[dev-dependencies.bincode]
features = ["serde"]
version = "2"

[features]
alloc = []
extra-sizes = []

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

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "data-structures"]
description = """
Hybrid typenum-based and const generic array types designed to provide the
flexibility of typenum-based expressions while also allowing interoperability
and a transition path to const generics
"""
documentation = "https://docs.rs/hybrid-array"
edition = "2024"
keywords = ["generic-array"]
license = "MIT OR Apache-2.0"
name = "hybrid-array"
readme = "README.md"
repository = "https://github.com/RustCrypto/hybrid-array"
rust-version = "1.85"
version = "0.4.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "mod"
path = "tests/mod.rs"

[[test]]
name = "subtle"
path = "tests/subtle.rs"