lock_api 0.3.4

Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
Documentation
[dependencies.owning_ref]
optional = true
version = "0.4"

[dependencies.scopeguard]
default-features = false
version = "1.0"

[dependencies.serde]
default-features = false
optional = true
version = "1.0.90"

[features]
nightly = []

[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
categories = ["concurrency", "no-std"]
description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
edition = "2018"
keywords = ["mutex", "rwlock", "lock", "no_std"]
license = "Apache-2.0/MIT"
name = "lock_api"
repository = "https://github.com/Amanieu/parking_lot"
version = "0.3.4"