tapestry 0.1.0

Generic 2D grid data structure and utilities.
Documentation
[dependencies.rand]
version = "0.8.3"

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

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