22 releases (breaking)
0.16.1 | Feb 4, 2025 |
---|---|
0.15.0 | Sep 22, 2024 |
0.14.0 | May 15, 2024 |
0.13.0 | Dec 18, 2023 |
0.1.1 | Dec 23, 2017 |
#90 in Data structures
137,454 downloads per month
Used in 358 crates
(13 directly)
125KB
2.5K
SLoC
Grid
Data structure grid for rust. Provide a two dimensional data structure for rust that is easy to use and fast. Most of the functionality provided by the std::vec::Vec type for one dimensional vectors is implemented for two dimensions in this crate.
To use grid with no_std import the library such as:
grid = { version = "*", default-features = false }
Dependencies
~150KB