iterators_extended 0.2.0

Some useful extensions to Rust's iterators.
Documentation
1
2
3
4
5
6
7
pub mod buffered;
pub mod interleave;
pub mod logging;
pub mod stateful;
pub mod stateful_threaded;
pub mod threaded;
pub mod bucket;