unlock 0.0.2

Instrumented synchronization primitives helping you to unlock performance issues
Documentation
[dependencies.num_cpus]
version = "1.16.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.196"

[features]
default = []
trace = []

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["concurrency"]
description = "Instrumented synchronization primitives helping you to unlock performance issues"
documentation = "https://docs.rs/unlock"
edition = "2021"
homepage = "https://github.com/udoprog/unlock"
keywords = ["mutex", "rwlock", "thread"]
license = "MIT OR Apache-2.0"
name = "unlock"
readme = "README.md"
repository = "https://github.com/udoprog/unlock"
version = "0.0.2"