lock_api 0.4.7

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

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

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

[features]
arc_lock = []
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 = "MIT OR Apache-2.0"
name = "lock_api"
repository = "https://github.com/Amanieu/parking_lot"
version = "0.4.7"