[dependencies]
[dev-dependencies]
[lib]
name = "safe_lock"
path = "src/lib.rs"
[package]
authors = ["Michael Leonhard <michael@leonhardllc.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency"]
description = "A lock struct with a `const fn` constructor and no `unsafe` - ARCHIVED"
edition = "2021"
keywords = ["lock", "safe"]
license = "Apache-2.0"
name = "safe-lock"
readme = "Readme.md"
repository = "https://gitlab.com/leonhard-llc/ops"
version = "0.1.4"
[[test]]
name = "test"
path = "tests/test.rs"