[dependencies.lerp]
version = "0.5.0"
[dependencies.paste]
version = "1.0.15"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.207"
[features]
serde = ["dep:serde"]
[lints.clippy]
missing_docs_in_private_items = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
[package]
authors = ["CoCoSol"]
categories = ["algorithms", "mathematics", "data-structures"]
description = "A basic Rust library to manipulate hexagonal grids."
documentation = "https://cocosol.fr/blog/hexing"
edition = "2021"
exclude = [".github/*", "rustfmt.toml", ".gitignore", "logo.png", "LICENSE"]
keywords = ["bestagon", "hexagon", "hexagonal", "math", "grid"]
license = "GPL-3.0"
name = "hexing"
readme = "README.md"
repository = "https://github.com/CoCoSol007/hexing"
version = "0.2.1"