mirror of
https://github.com/openharmony/third_party_rust_num_cpus.git
synced 2026-07-01 20:44:00 -04:00
261 B
261 B
num_cpus
A replacement for the deprecated std::os::num_cpus.
Usage
Add to Cargo.toml:
[dependencies]
num_cpus = "*"
In your main.rs or lib.rs:
extern crate num_cpus;
// elsewhere
let num = num_cpus::get();
License
MIT