tangram_zip 0.6.0

Tangram is an all-in-one automated machine learning framework.
Documentation
1
2
3
4
5
6
#[macro_export]
macro_rules! pzip {
	($($e:expr),* $(,)*) => {
		rayon::iter::IntoParallelIterator::into_par_iter(($($e,)*))
	};
}