lambdaupb / num_cpus

Get the number of CPUs in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

num_cpus

crates.io Travis CI Status AppVeyor status

Documentation

Count the number of CPUs on the current machine.

Usage

Add to Cargo.toml:

[dependencies]
num_cpus = "1.0"

In your main.rs or lib.rs:

extern crate num_cpus;

// elsewhere
let num = num_cpus::get();

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Get the number of CPUs in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%