num_cpus 1.11.1

Get the number of CPUs on a machine.
Documentation
[dependencies.libc]
version = "0.2.26"
[dev-dependencies.doc-comment]
version = "0.3"

[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
categories = ["hardware-support"]
description = "Get the number of CPUs on a machine."
documentation = "https://docs.rs/num_cpus"
keywords = ["cpu", "cpus", "cores"]
license = "MIT/Apache-2.0"
name = "num_cpus"
readme = "README.md"
repository = "https://github.com/seanmonstar/num_cpus"
version = "1.11.1"
[target."cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))".dependencies.hermit-abi]
version = "0.1.3"