static_array2d 0.1.0

A no_std statically sized 2D array library.
Documentation
1
2
3
4
5

# static_array2d
A no_std statically sized 2D array library.

It differs from `array2d` and `array2ds` by using the stack instead of the heap through rust's constant generics.