SkillAgentSearch skills...

Grid

Two dimensional grid data structure

Install / Use

/learn @becheran/Grid
About this skill

Quality Score

0/100

Supported Platforms

Universal

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 }
View on GitHub
GitHub Stars101
CategoryDevelopment
Updated19d ago
Forks32

Languages

Rust

Security Score

100/100

Audited on Mar 22, 2026

No findings