breadth-first-zip 0.1.0

Breadth-first `zip` guaranteeing a monotonically increasing sum of indices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.breadth-first-zip-macros]
version = ">=0.1.0"
[dev-dependencies.quickcheck]
version = ">=1.0.3"

[package]
authors = ["Will Sturgeon <willstrgn@gmail.com>"]
build = "build.rs"
categories = ["algorithms", "data-structures", "mathematics", "no-std::no-alloc", "rust-patterns"]
description = "Breadth-first `zip` guaranteeing a monotonically increasing sum of indices."
edition = "2021"
keywords = ["iterator", "breadth-first", "zip", "traverse", "traversal"]
license = "MPL-2.0"
name = "breadth-first-zip"
readme = "README.md"
repository = "https://github.com/wrsturgeon/breadth-first-zip"
version = "0.1.0"