threadinfo 0.1.0

A library to retrieve threads in a process and thread information on various platforms.
Documentation
[dependencies.serde]
version = "1.0.69"

[dependencies.serde_derive]
version = "1.0.69"

[package]
authors = ["Nikhil Marathe <nsm.nikhil@gmail.com>"]
categories = ["os"]
description = "A library to retrieve threads in a process and thread information on various platforms."
edition = "2018"
keywords = ["threads", "platform-information"]
license = "MIT OR Apache-2.0"
name = "threadinfo"
repository = "https://github.com/nikhilm/vignette"
version = "0.1.0"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2.45"

[target.'cfg(target_os = "macos")'.dependencies.mach]
version = "0.2.3"