#2d #2d-array #array #grid

static_array2d

A no_std statically sized 2D array library

2 unstable releases

0.2.0 Jun 8, 2023
0.1.0 Jun 8, 2023

#28 in #2d-array

MIT/Apache

4KB

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.


lib.rs:

static_array2d provides an interface for 2d slices.

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

No runtime deps