tapestry 0.1.0

Generic 2D grid data structure and utilities.
Documentation
[package]
name = "tapestry"
version = "0.1.0"
authors = ["Zach Stone <zach@zerovolts.com>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tapestry"
repository = "https://github.com/zerovolts/tapestry"
homepage = "https://github.com/zerovolts/tapestry"
description = "Generic 2D grid data structure and utilities."
keywords = ["2d", "grid", "matrix", "geometry"]
categories = ["data-structures"]
edition = "2018"
exclude = ["assets/*"]

[lib]
name = "tapestry"
path = "src/lib.rs"

[dependencies]
rand = "0.8.3"