thread-amount 0.1.2

Get the amount of threads in the current process
Documentation
[dependencies]

[package]
authors = ["Tomio <mail@tom1o.space>"]
categories = ["os", "os::windows-apis", "os::unix-apis"]
description = "Get the amount of threads in the current process"
documentation = "https://docs.rs/thread-amount"
edition = "2021"
keywords = ["thread", "amount", "process", "number", "current"]
license = "MIT"
name = "thread-amount"
readme = "README.md"
repository = "https://github.com/devtomio/thread-amount"
resolver = "2"
version = "0.1.2"
[target."cfg(windows)".dependencies.field-offset]
version = "0.3.4"

[target."cfg(windows)".dependencies.windows]
features = ["alloc", "Win32_System_Diagnostics_ToolHelp", "Win32_Foundation"]
version = "0.37.0"