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.
array2d
array2ds