sqrid 0.0.26

Square coordinates and grid-like arrays, with zero dependencies, in a single file
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dev-dependencies.anyhow]
version = "1.0.89"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[lib]
bench = false
name = "sqrid"
path = "src/lib.rs"

[package]
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Square coordinates and grid-like arrays, with zero dependencies, in a single file"
edition = "2021"
homepage = "https://github.com/lpenz/sqrid"
keywords = ["grid", "square", "arrays"]
license = "MIT"
name = "sqrid"
readme = "README.md"
repository = "https://github.com/lpenz/sqrid"
version = "0.0.26"

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

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

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

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

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

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

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