par_itertools 0.2.0

Extra iterator adaptors, iterator methods, free functions, and macros that work in parallel conexts.
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(docsrs, feature(doc_cfg))]

mod traits;
pub use traits::*;

mod impls;

#[cfg(feature = "rayon")]
mod rayon;