nutex 0.1.6

Nutex stands for NUllable muTEX: mutex that may contain value that doesn't exist.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "nutex"
description = "Nutex stands for NUllable muTEX: mutex that may contain value that doesn't exist."
authors = ["KTILTED"]
repository = "https://codeberg.org/ktilted/nutex"
keywords = ["mutex", "tokio", "async"]
version = "0.1.6"
edition = "2024"
categories = ["concurrency"]
license = "AGPL-3.0-only"

[dependencies]
tokio = { version = "1.53.1", features = ["sync"] }