spiral 0.2.1

Iterate over a 2D structure in a spiral pattern
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.num-traits]
version = "0.2.18"
[dev-dependencies.criterion]
default-features = false
version = "0.5.1"

[dev-dependencies.pprof]
features = ["flamegraph", "criterion"]
version = "0.13.0"

[package]
authors = ["Thomas Versteeg <thomasversteeg@gmx.com>"]
categories = ["algorithms", "game-engines"]
description = "Iterate over a 2D structure in a spiral pattern"
documentation = "https://docs.rs/spiral"
edition = "2021"
homepage = "https://github.com/tversteeg/spiral"
keywords = ["iterator", "2D", "distance"]
license = "GPL-3.0"
name = "spiral"
readme = "README.md"
repository = "https://github.com/tversteeg/spiral.git"
version = "0.2.1"