static_array2d 0.1.0

A no_std statically sized 2D array library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
description = "A no_std statically sized 2D array library."
edition = "2021"
keywords = ["array", "grid", "2d"]
license = "MIT OR Apache-2.0"
name = "static_array2d"
readme = "README.md"
repository = "https://github.com/excalibreak/static_array2d"
version = "0.1.0"