safe-lock 0.1.4

A lock struct with a `const fn` constructor and no `unsafe` - ARCHIVED
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Michael Leonhard <michael@leonhardllc.com>"]
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"

[dependencies]

[dev-dependencies]