1 2 3 4 5 6 7
//! test_cpu_parallel – library API //! //! See the README for a quick example. pub mod test_cpu_parallel; pub use crate::test_cpu_parallel::{TestCPUParallel, WorkloadMode};