hybrid-array 0.1.0

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.typenum]
version = "1.10"

[package]
authors = ["RustCrypto Developers"]
categories = ["no-std", "data-structures"]
description = "Hybrid typenum-based and const generic array types designed to provide the\nflexibility of typenum-based expressions while also allowing interoperability\nand a transition path to const generics\n"
documentation = "https://docs.rs/hybrid-array"
edition = "2021"
keywords = ["generic-array"]
license = "MIT OR Apache-2.0"
name = "hybrid-array"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/hybrid-array"
rust-version = "1.56"
version = "0.1.0"