[package]
edition = "2024"
name = "vecpac"
version = "0.1.1"
authors = ["n12n <nigel.christian@hiahatf.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A spatial indexing algorithm in Rust that maps 2D data (like maps or pixels) onto a hexagonal grid."
documentation = "https://docs.rs/vecpac"
readme = "README.md"
keywords = [
"deep-learning",
"machine-learning",
"sacred-geometry",
]
categories = ["algorithms"]
license = "Apache-2.0"
repository = "https://github.com/kn0sys/vecpac"
[lib]
name = "vecpac"
crate-type = ["lib"]
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true