cell-map 0.5.1

Many-layered 2D cellular generic map
Documentation
[dependencies.cell-map-macro]
version = "0.2"

[dependencies.nalgebra]
features = ["serde-serialize"]
version = "0.25.4"

[dependencies.ndarray]
features = ["serde"]
version = "0.15"

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

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.thiserror]
version = "1"

[features]
debug_iters = ["json"]
debug_maps = ["json"]
json = ["serde_json"]

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

[package]
authors = ["Duncan Hamill <duncanrhamill@googlemail.com>"]
description = "Many-layered 2D cellular generic map"
edition = "2018"
homepage = "https://github.com/duncanrhamill/cell-map"
keywords = ["maps", "cell", "map", "grid"]
license-file = "license.txt"
name = "cell-map"
readme = "readme.md"
repository = "https://github.com/duncanrhamill/cell-map"
version = "0.5.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--html-in-header", "src/docs-latex.html"]