orx-parallel 4.0.0

Performant parallel computations with an expressive iterator API.
Documentation
mod bin_f;
mod bin_m;
mod bin_x;
mod id;
mod many_f;
mod many_m;
mod many_x;
mod one_f;
mod one_m;
mod one_x;

pub use bin_f::BinF;
pub use bin_m::BinM;
pub use bin_x::BinX;
pub use id::Id;
pub use many_f::ManyF;
pub use many_m::ManyM;
pub use many_x::ManyX;
pub use one_f::OneF;
pub use one_m::OneM;
pub use one_x::OneX;