shadow_counted 0.7.0

An iterator that counts every iteration in a hidden counter, nested iterators may commit the count to parents
Documentation
[lib]
name = "shadow_counted"
path = "src/lib.rs"

[package]
authors = ["Christian Thäter <ct@pipapo.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "An iterator that counts every iteration in a hidden counter, nested iterators may commit the count to parents"
documentation = "https://docs.rs/shadow_counted"
edition = "2021"
keywords = ["iterator", "count", "shadow"]
license = "MIT OR Apache-2.0"
name = "shadow_counted"
readme = "README.md"
repository = "https://seed.pipapo.org/nodes/seed.pipapo.org/rad:zuUvsqfRdsC1NraTegYHBMtCmm2Z"
rust-version = "1.56.1"
version = "0.7.0"

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

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

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

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

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

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