static_array2d 0.1.0

A no_std statically sized 2D array library.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "static_array2d"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A no_std statically sized 2D array library."
repository = "https://github.com/excalibreak/static_array2d"
keywords = ["array", "grid", "2d"]

[dependencies]