fn main() { println!("num of cpus: {}", num_cpus::get()); println!("num of cpus: {}", num_cpus::get_physical()); }