Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burlingsmith/gridd

2D grid
https://github.com/burlingsmith/gridd

2d 2d-grid data-structures grid rust

Last synced: about 1 month ago
JSON representation

2D grid

Awesome Lists containing this project

README

        

# 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.