array2ds 0.2.1

Simple Package for handling sized 2d arrays in rust, without the usage of the keyword unsafe cuz why not
Documentation
[package]
version = "0.2.1"
edition = "2021"
name = "array2ds"
authors = ["Yotam <yotamm52@gmail.com>"]
description = "Simple Package for handling sized 2d arrays in rust, without the usage of the keyword unsafe cuz why not"
repository = "https://github.com/yotam5/array2ds"
license = "MIT/Apache-2.0"
keywords = ["gamedev","arrays","2d-array","2d","grid"]
categories = ["data-structures"]
readme = "README.md"
exclude = [
".idea",

]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
rand = "0.8.5"