2 releases (1 stable)

Uses new Rust 2024

1.0.0 Mar 6, 2025
0.1.1 Mar 6, 2025

#812 in Data structures

Download history 230/week @ 2025-03-03 29/week @ 2025-03-10 1/week @ 2025-03-17

260 downloads per month

MIT license

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