shadow_counted 0.7.0

An iterator that counts every iteration in a hidden counter, nested iterators may commit the count to parents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "shadow_counted"
version = "0.7.0"
edition = "2021"
authors = ["Christian Thäter <ct@pipapo.org>"]
description = "An iterator that counts every iteration in a hidden counter, nested iterators may commit the count to parents"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/shadow_counted"
repository = "https://seed.pipapo.org/nodes/seed.pipapo.org/rad:zuUvsqfRdsC1NraTegYHBMtCmm2Z"
readme = "README.md"
keywords = ["iterator", "count", "shadow"]
categories = ["rust-patterns"]
rust-version = "1.56.1"