https://github.com/burlingsmith/gridd
2D grid
https://github.com/burlingsmith/gridd
2d 2d-grid data-structures grid rust
Last synced: about 1 year 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T10:04:47.000Z (over 6 years ago)
- Last Synced: 2025-02-28T07:35:09.464Z (about 1 year 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
[](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.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.