simple-mutex 1.1.0

A simple mutex, faster than std and smaller than parking_lot
Documentation
[package]
name = "simple-mutex"
version = "1.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A simple mutex, faster than std and smaller than parking_lot"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/simple-mutex"
homepage = "https://github.com/stjepang/simple-mutex"
documentation = "https://docs.rs/simple-mutex"
keywords = ["mutex", "lock", "synchronization", "parking_lot"]
categories = ["concurrency"]
readme = "README.md"

[dependencies]
event-listener = "1.2.0"

[dev-dependencies]
parking_lot = "0.10.2"