arrayy 0.1.1

Stack-allocated fixed-size array with useful methods on top of Rust's `[T; L]` type.
Documentation
[dependencies]

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

[package]
authors = ["ManiGhazaee <hosseinghazaee1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Stack-allocated fixed-size array with useful methods on top of Rust's `[T; L]` type."
edition = "2021"
keywords = ["array", "data-structure"]
license = "MIT"
name = "arrayy"
readme = "README.md"
repository = "https://github.com/ManiGhazaee/arrayy"
version = "0.1.1"