beehive 0.1.1

Utilities and collections for 3D hexagonal maps
Documentation
[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
optional = true
version = "0.7"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
optional = true
version = "1.0"

[dev-dependencies.itertools]
version = "0.8.0"

[features]
collections = ["thiserror"]
default = ["serde-1", "collections"]
rand-07 = ["rand"]
serde-1 = ["serde"]

[package]
authors = ["The beehive contributors"]
description = "Utilities and collections for 3D hexagonal maps"
documentation = "https://docs.rs/beehive/"
edition = "2018"
keywords = ["gamedev", "hexagonal", "hex", "coordinate"]
license = "MIT OR Apache-2.0"
name = "beehive"
readme = "README.md"
repository = "https://github.com/toasteater/beehive"
version = "0.1.1"