usync 0.1.0

fast, drop-in, synchronization primitives
Documentation
[dependencies.lock_api]
version = "0.4"
[dev-dependencies.rand]
version = "0.8.3"

[features]
default = []
nightly = ["lock_api/nightly"]
send_guard = []

[package]
authors = ["kprotty"]
categories = ["concurrency", "data-structures"]
description = "fast, drop-in, synchronization primitives"
documentation = "https://docs.rs/usync"
edition = "2021"
homepage = "https://github.com/kprotty"
keywords = ["mutex", "condvar", "rwlock", "once", "thread"]
license = "MIT"
name = "usync"
readme = "README.md"
repository = "https://github.com/kprotty/usync"
resolver = "2"
version = "0.1.0"