[dependencies]
[lib]
name = "take_lock"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "a dead simple lock around Option<Box<T>> thats similar in spirit to OnceLock but adds a bit more flexibility by paying a bit in performance"
documentation = "https://docs.rs/take_lock"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "take_lock"
readme = "README.md"
repository = "https://github.com/nevakrien/take_lock"
version = "0.1.1"