blok 0.0.23

Types and traits for graphlike 3D arrays, designed for visual thinkers.
Documentation
[dependencies.anyhow]
version = "1.0.82"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.rand]
version = "0.8.5"

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

[[example]]
name = "1"
path = "examples/1.rs"

[[example]]
name = "2"
path = "examples/2.rs"

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

[package]
authors = ["j-stach"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Types and traits for graphlike 3D arrays, designed for visual thinkers."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "blok"
readme = "README.md"
repository = "https://github.com/j-stach/blok"
version = "0.0.23"

[[test]]
name = "tests"
path = "test/mod.rs"