1 unstable release
0.1.0 | Jan 29, 2025 |
---|
#1389 in Rust patterns
149 downloads per month
4KB
59 lines
A small crate to help with "stepping through" iterators.
lib.rs
:
This crate provides two structs, Advance
and CountingAdvance
, to help with consuming iterators one step at
a time. Refer to their respective documentation for more information.