simple-mutex 1.1.0

A simple mutex, faster than std and smaller than parking_lot
Documentation
[dependencies.event-listener]
version = "1.2.0"
[dev-dependencies.parking_lot]
version = "0.10.2"

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