orx-parallel 4.0.0

Performant parallel computations with an expressive iterator API.
Documentation
1
2
3
4
5
6
7
8
9
10
mod size;
mod size_pair;
mod size_pairs;
#[allow(clippy::module_inception)]
mod sizes;

pub use size::Size;
pub use size_pair::SizePair;
pub use size_pairs::{BinOne, ManyOne, OneOne};
pub use sizes::{Bin, Many, One};