chickenwire 0.1.0

A library for representing and manipulating hexagonal grids.
Documentation
[package]
name = "chickenwire"
version = "0.1.0"
authors = [
    "smith7 <smith7@uchicago.edu>",
]
edition = "2018"
documentation = "https://docs.rs/chickenwire"
homepage = "https://cmarcbs7.github.io/chickenwire"
repository = "https://github.com/cmarcbs7/chickenwire"
description = "A library for representing and manipulating hexagonal grids."
keywords = [
    "2D",
    "grid",
    "hex",
    "hexagonal",
    "hexgrid",
]
categories = [
    "data-structures",
    "game-engines",
    "graphics",
    "gui",
    "multimedia",
]
license = "Apache-2.0 OR MIT"
maintenance = { status = "actively-developed" }

[dependencies]
petgraph = "0.4.13"

[dev-dependencies]
criterion = "0.2"

[[bench]]
name = "cribench_coordinate"
harness = false