lock_api 0.1.5

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 = "0.3"

[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."
keywords = ["mutex", "rwlock", "lock", "no_std"]
license = "Apache-2.0/MIT"
name = "lock_api"
repository = "https://github.com/Amanieu/parking_lot"
version = "0.1.5"