# Grid [![](http://meritbadge.herokuapp.com/grid)](https://crates.io/crates/grid) [![](https://badgen.net/crates/d/grid)](https://crates.io/crates/grid) [![Build Status](https://gitlab.com/becheran/grid_ci/badges/master/pipeline.svg)](https://gitlab.com/becheran/grid_ci/pipelines) [![](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Data structure grid for rust. Provide a two dimensional data storage that is easy to use and fast. - [documentation](https://docs.rs/grid/) - [library on crates.io](https://crates.io/crates/grid) ## :construction: Under Construction :construction: Not all features are implemented yet. Though, major API changes are not very likely.