Thanks to visit codestin.com
Credit goes to lib.rs

1 unstable release

Uses new Rust 2024

new 0.1.0 Jan 15, 2026

#1032 in Data structures


Used in 3 crates

MIT license

475KB
11K SLoC

2D grid data structure and related traits.

This library provides two core traits, Grid and GridMut, which represent immutable and mutable grids respectively. Rather than just supplying a concrete 2D array type, this approach allows all grid-based algorithms to be written generically, which lets the user choose the actual implementation and storage method for their grids.


This is a part of Feyworks and not ready for public use.

Dependencies

~0.6–1.3MB
~27K SLoC