Crate ppipe [] [src]

ppipe

An elegantly simple and lightweight library for making iterator pipelines concurrent and amazingly fast, hence the name "ppipe" (parallel pipe).

Traits

PPipe

This trait does all the work for you so that generally every iterator you use has the ppipe method. Make sure to include this trait for it to take effect: