thread-id 4.2.1

Get a unique thread ID
Documentation
[package]
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
description = "Get a unique thread ID"
documentation = "https://docs.rs/thread-id"
keywords = ["thread", "pthread", "getcurrentthreadid"]
license = "MIT/Apache-2.0"
name = "thread-id"
readme = "readme.md"
repository = "https://github.com/ruuda/thread-id"
version = "4.2.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.147"
[target."cfg(windows)".dependencies.winapi]
features = ["processthreadsapi"]
version = "0.3"