arrayy 0.1.1

Stack-allocated fixed-size array with useful methods on top of Rust's `[T; L]` type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "arrayy"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/ManiGhazaee/arrayy"
authors = ["ManiGhazaee <hosseinghazaee1@gmail.com>"]
description = "Stack-allocated fixed-size array with useful methods on top of Rust's `[T; L]` type."
readme = "README.md"
license = "MIT"
keywords = ["array", "data-structure"]

[dependencies]