num_threads 0.1.2

A minimal library that determines the number of running threads for the current process.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Jacob Pratt <open-source@jhpratt.dev>"]
categories = ["api-bindings", "hardware-support", "os"]
description = "A minimal library that determines the number of running threads for the current process."
include = ["src/**/*", "LICENSE-*"]
license = "MIT OR Apache-2.0"
name = "num_threads"
repository = "https://github.com/jhpratt/num_threads"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[target."cfg(any(target_os = \"macos\", target_os = \"freebsd\"))".dependencies.libc]
version = "0.2.107"