libutils-cage 0.0.9

A thread-safe static mutable wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libutils-cage"
description = "A thread-safe static mutable wrapper"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
categories = ["data-structures", "concurrency", "memory-management", "rust-patterns"]
keywords.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true

[lib]
path = "./mod.rs"

[dependencies]