grid

Crates.iogrid
lib.rsgrid
version0.15.0
sourcesrc
created_at2017-12-23 19:23:55.918024
updated_at2024-09-22 12:09:17.876524
descriptionDynamic generic 2D data structure.
homepage
repositoryhttps://github.com/becheran/grid
max_upload_size
id44179
size126,569
Armin Becher (becheran)

documentation

https://docs.rs/grid

README

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 }
Commit count: 157

cargo fmt