array2ds 0.2.1

Simple Package for handling sized 2d arrays in rust, without the usage of the keyword unsafe cuz why not
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
[dev-dependencies.rand]
version = "0.8.5"

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