Crates.io | grid |
lib.rs | grid |
version | 0.15.0 |
source | src |
created_at | 2017-12-23 19:23:55.918024 |
updated_at | 2024-09-22 12:09:17.876524 |
description | Dynamic generic 2D data structure. |
homepage | |
repository | https://github.com/becheran/grid |
max_upload_size | |
id | 44179 |
size | 126,569 |
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 }