loop9 0.1.2

Tiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "imgref"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8767843be7909b5b3ffd9b52cdc042882b94e2cfe0c00abc4ce1c301cb1fcae"

[[package]]
name = "loop9"
version = "0.1.2"
dependencies = [
 "imgref",
]