grid 0.5.0

Dynamic generic 2D data structure.
Documentation
# Grid


[![](https://docs.rs/grid/badge.svg)](https://docs.rs/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 structure for rust that is easy to use and fast.
Most of the functionality provided by the [std::vec::Vec](https://doc.rust-lang.org/std/vec/struct.Vec.html) type for one dimensional vectors
is implemented for two dimensions in this crate.

To use *grid* with *no_std* import the library such as:

``` toml
grid = { version = "*", default-features = false }
```

- [documentation]https://docs.rs/grid/
- [library on crates.io]https://crates.io/crates/grid