locker 0.4.0

Simple named mutex/locker for rust-lang concurrency
Documentation
[dependencies.tokio]
features = ["sync"]
optional = true
version = "0.2.13"
[dev-dependencies.tokio]
features = ["full"]
version = "0.2.13"

[features]
async = ["tokio"]
default = ["async"]
sync = []

[package]
authors = ["enfipy <enfipy@gmail.com>", "olvyko <olvyko@gmail.com>"]
description = "Simple named mutex/locker for rust-lang concurrency"
edition = "2018"
homepage = "https://github.com/enfipy/locker-rs"
keywords = ["mutex", "lock"]
license = "MIT"
name = "locker"
readme = "README.md"
repository = "https://github.com/enfipy/locker-rs.git"
version = "0.4.0"