is_main_thread 0.1.0

A simply tool to check if current thread is the main one.
Documentation
[dependencies]

[package]
authors = ["Matthew"]
categories = ["concurrency"]
description = "A simply tool to check if current thread is the main one."
documentation = "https://docs.rs/is_main_thread"
edition = "2018"
keywords = ["windowing", "winit"]
license = "Apache-2.0"
name = "is_main_thread"
repository = "https://gitlab.com/CyanPhoton/is_main_thread"
version = "0.1.0"
[target."cfg(any(target_os = \"linux\",target_os = \"dragonfly\",target_os = \"freebsd\",target_os = \"netbsd\",target_os = \"openbsd\"))".dependencies.libc]
version = "0.2.64"
[target."cfg(target_os = \"ios\")".dependencies.objc]
version = "0.2.3"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.6"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["processthreadsapi", "minwindef"]
version = "0.3.6"