| Crates.io | grid-arcium-fork |
| lib.rs | grid-arcium-fork |
| version | 0.14.1 |
| created_at | 2025-04-30 17:31:33.626763+00 |
| updated_at | 2025-04-30 17:31:33.626763+00 |
| description | Dynamic generic 2D data structure (Arcium fork) |
| homepage | |
| repository | https://github.com/arcium-hq/grid/tree/row-and-column-getter |
| max_upload_size | |
| id | 1655238 |
| size | 150,976 |
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 }