Crates.io | static_array2d |
lib.rs | static_array2d |
version | 0.2.0 |
source | src |
created_at | 2023-06-08 17:22:45.506232 |
updated_at | 2023-06-08 17:45:35.5866 |
description | A no_std statically sized 2D array library. |
homepage | |
repository | https://github.com/excalibreak/static_array2d |
max_upload_size | |
id | 885628 |
size | 3,850 |
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.