shadow_counted 0.3.1

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_counter"
edition = "2021"
keywords = ["iterator", "count", "shadow"]
license = "MIT OR Apache-2.0"
name = "shadow_counted"
readme = "README.md"
repository = "https://git.pipapo.org/cehteh/shadow_counter.git"
rust-version = "1.56.1"
version = "0.3.1"