2 releases (1 stable)
Uses new Rust 2024
1.0.0 | Mar 6, 2025 |
---|---|
0.1.1 | Mar 6, 2025 |
#812 in Data structures
260 downloads per month
34KB
936 lines
multid-rs
ya boy has gone cuckoo for 2-dimensional array implementations
like the other one this one is largely an exercise in api design and scratching a brain itch and should not be used by anyone
unlike the other one it's also an excuse to write rust
lib.rs
:
multid
multidimensional (currently just 2) vectors parameterized by number of columns and rows
includes some helpful iterators and getters/setters, with an interface that gracefully handles boundaries
requires feature(generic_const_exprs)
Dependencies
~220–660KB
~15K SLoC