parail 0.1.1

Easily switch between sequential and parallel.
Documentation
1
2
3
4
5
6
7
pub mod filter;
pub mod filter_map;
pub mod map;

pub use filter::*;
pub use filter_map::*;
pub use map::*;