Crate iteritor

Source

Modules§

breaking
buffer
filtered
try_polyfill
Polyfill for the rust Try (and related) trait that is currently unstable. See https://doc.rust-lang.org/std/ops/trait.Try.html for docs. Any divergences in behaviour should be considered bugs.

Traits§

IterFiltered
Including this trait adds the with_filtered (and with_filtered_buf for nostd use) helper function to any normal iterator.
IterFolding
Including this trait adds the with_folding helper function to any normal iterator.