Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/burlingsmith/gridd
- Owner: burlingsmith
- License: apache-2.0
- Created: 2019-09-06T03:17:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T10:04:47.000Z (over 5 years ago)
- Last Synced: 2024-11-14T09:13:09.666Z (about 1 month ago)
- Topics: 2d, 2d-grid, data-structures, grid, rust
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.