static_array2d 0.1.0

A no_std statically sized 2D array library.
Documentation

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.