Crate iterators_collection

Source
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§

ResettableMap
A resettable version of std::iter::Map. A simple trait implementation is not suitable because it requires to get access to private elements of std::iter::Map like the iterator stored

Traits§

ResettableIterator
A resettable iterator. It means that calling a reset method will set the iterator to the first position