gridmap 0.0.2

library for handling infinite multi-dimensional grids of cells
Documentation
[dependencies.delegate]
version = "0.13"

[dependencies.hashbrown]
version = "0.15"

[dependencies.ndarray]
default-features = false
version = "0.16"

[dependencies.num-traits]
default-features = false
version = "0.2"

[features]
alloc = ["hashbrown/alloc"]
default = ["std"]
rayon = ["ndarray/rayon", "hashbrown/rayon"]
serde = ["ndarray/serde", "hashbrown/serde"]
std = ["ndarray/std", "num-traits/std"]

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

[package]
authors = ["Olivier Schyns <https://github.com/oschijns>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "library for handling infinite multi-dimensional grids of cells"
edition = "2024"
license = "MIT"
name = "gridmap"
readme = "README.md"
repository = "https://github.com/oschijns/gridmap"
version = "0.0.2"