grid-arcium-fork

Crates.iogrid-arcium-fork
lib.rsgrid-arcium-fork
version0.14.1
created_at2025-04-30 17:31:33.626763+00
updated_at2025-04-30 17:31:33.626763+00
descriptionDynamic generic 2D data structure (Arcium fork)
homepage
repositoryhttps://github.com/arcium-hq/grid/tree/row-and-column-getter
max_upload_size
id1655238
size150,976
Daniel (danielementary)

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: 155

cargo fmt