| Crates.io | grid |
| lib.rs | grid |
| version | 1.0.0 |
| created_at | 2017-12-23 19:23:55.918024+00 |
| updated_at | 2025-08-31 17:03:45.355782+00 |
| description | Dynamic generic 2D data structure. |
| homepage | |
| repository | https://github.com/becheran/grid |
| max_upload_size | |
| id | 44179 |
| size | 165,936 |
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 }