1#![cfg_attr(not(test), no_std)] 2#[cfg(feature = "rayon")] 3pub mod cpu_rayon; 4pub mod cpu_serial; 5 6pub mod prelude_dev;