8 stable releases

Uses new Rust 2024

2.2.1 Jun 2, 2025
2.2.0 Jun 1, 2025
2.1.2 May 15, 2025
1.1.0 Apr 28, 2025
0.1.1 Mar 6, 2025

#1070 in Algorithms

26 downloads per month

MIT license

29KB
794 lines

multid

multidimensional (currently just 2) vectors parameterized by number of columns and rows

includes some helpful iterators and an interface that gracefully handles boundaries

requires feature(generic_const_exprs)


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

Dependencies

~210–650KB
~15K SLoC