Expand description
A crate containing general purpose iterators not included in the standard library but quite useful. Regrouped in this crate by usage
Modules§
- child
- A module containing the
ChildIterator
trait - filter
- The iterators in this module aim to select the elements to yield
- share
- A module about advanced memory sharing during iteration
Structs§
- Resettable
Map - A resettable version of
std::iter::Map
. A simple trait implementation is not suitable because it requires to get access to private elements ofstd::iter::Map
like the iterator stored
Traits§
- Resettable
Iterator - A resettable iterator. It means that calling a
reset
method will set the iterator to the first position