1
2
3
4
5
//! A crate containing general purpose iterators not included in the standard library but quite useful. Regrouped in this crate by usage

pub mod filter;

pub mod share;