Jmgr / static_array2d

A no_std statically sized 2D array library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A no_std statically sized 2D array library.


Languages

Language:Rust 100.0%