[lib]
name = "nativethread"
path = "src/lib.rs"
[package]
authors = ["Yüce Tekol <yucetekol@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "No-dependency library that provides native thread operations in a wide variety of platforms"
edition = "2021"
homepage = "https://sr.ht/~yuce/nativethread"
keywords = ["threading", "UNIX", "cross-platform"]
license = "MIT"
name = "nativethread"
readme = "README.md"
repository = "https://git.sr.ht/~yuce/nativethread-rs"
version = "0.2.0"