1 2 3 4 5 6 7
extern crate rayon; use rayon::*; fn main() { ThreadPoolBuilder::new().num_threads(0).build_global().unwrap(); }