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

Download history 26372/week @ 2024-12-10 25492/week @ 2024-12-17 18944/week @ 2024-12-24 24023/week @ 2024-12-31 33323/week @ 2025-01-07 32323/week @ 2025-01-14 31392/week @ 2025-01-21 26960/week @ 2025-01-28 33771/week @ 2025-02-04 28990/week @ 2025-02-11 33354/week @ 2025-02-18 35249/week @ 2025-02-25 34083/week @ 2025-03-04 34121/week @ 2025-03-11 35299/week @ 2025-03-18 28426/week @ 2025-03-25

137,454 downloads per month
Used in 358 crates (13 directly)

MIT license

125KB
2.5K SLoC

Grid

docs crates.io build status license

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