# Gridd
[](https://gitlab.com/cmarcbs7/gridd/pipelines) [](https://docs.rs/gridd) [](https://crates.io/crates/gridd) [](https://crates.io/crates/gridd) [](https://choosealicense.com/)
Minimalist implementation of two-dimensional grids.
## Installation
Add the following to your project's `Cargo.toml` file under `[dependencies]`:
```toml
gridd = "0.2.1"
```
Check out [Gridd's Cargo page](https://crates.io/crates/gridd) for
the latest version info.
## License
Dual-licensed to be compatible with the Rust project.
This software and associated documentation files are licensed under one of the
following:
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
- [MIT License](https://opensource.org/licenses/MIT)
at your option. This file may not be copied, modified, or distributed except
according to those terms.