2 releases (1 stable)
new 1.0.0 | Mar 6, 2025 |
---|---|
0.1.1 | Mar 6, 2025 |
#1040 in Algorithms
99 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
~240–690KB
~16K SLoC