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§
- Iter
Filtered - Including this trait adds the
with_filtered
(andwith_filtered_buf
for nostd use) helper function to any normal iterator. - Iter
Folding - Including this trait adds the
with_folding
helper function to any normal iterator.