# Gridd [![Build Status](https://img.shields.io/gitlab/pipeline/cmarcbs7/gridd)](https://gitlab.com/cmarcbs7/gridd/pipelines) [![Docs](https://img.shields.io/badge/docs-docs.rs-blue)](https://docs.rs/gridd) [![Version](https://img.shields.io/crates/v/gridd)](https://crates.io/crates/gridd) [![Downloads](https://img.shields.io/crates/d/gridd)](https://crates.io/crates/gridd) [![License](https://img.shields.io/crates/l/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.3.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.