lock_cell 0.4.0

A custom locking cell type written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = ["enable_std"]
enable_std = []
logging = []

[package]
categories = ["No standard library", "Data Structures"]
description = "A custom locking cell type written in Rust"
edition = "2021"
keywords = ["cell", "lock", "mutex", "no_std"]
license = "0BSD"
name = "lock_cell"
readme = "README.md"
repository = "https://github.com/burtonageo/lock_cell"
version = "0.4.0"