static_array2d

Crates.iostatic_array2d
lib.rsstatic_array2d
version0.2.0
sourcesrc
created_at2023-06-08 17:22:45.506232
updated_at2023-06-08 17:45:35.5866
descriptionA no_std statically sized 2D array library.
homepage
repositoryhttps://github.com/excalibreak/static_array2d
max_upload_size
id885628
size3,850
(excalibreak)

documentation

README

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.

Commit count: 4

cargo fmt