array2ds
May God let rust have better constant generics
Array2ds is a none-bloated library in rust for rust by rust for handling staticly sized 2d array/grids
- Uses only Safe Rust, no usage of "unsafe"
- Works I guess
- ✨Magic ✨
Features
- creating 2d arrays
- iterating over rows both mutable and not
- grid sized cant be changed after created
- can index with (row,column) or [row,column] and easily overload to other ways
License
MIT