#matrix #array #2d-grid #fixed-size #two-dimensional #2d-array

grid2d

Two dimensional grid of runtime-defined, but unchangable size

19 unstable releases (4 breaking)

0.6.0 Sep 29, 2024
0.4.1 Sep 10, 2024
0.3.8 Oct 22, 2023
0.3.4 Jun 26, 2023
0.2.2 Oct 31, 2022

#1391 in Data structures

Download history 8/week @ 2024-11-08 2/week @ 2024-11-15 20/week @ 2024-12-06 1/week @ 2025-01-31 4/week @ 2025-02-07 26/week @ 2025-02-14 63/week @ 2025-02-21

94 downloads per month
Used in rustymines

MIT license

30KB
349 lines

grid

2D Grid


lib.rs:

A 2-dimensional grid with runtime-defined, fixed size that allows mutable access to its fields.

Dependencies

~115KB