thread_local_scope 0.1.0

Scoped access to thread local storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "thread_local_scope"
description = "Scoped access to thread local storage"
version = "0.1.0"
edition = "2024"
categories = ["rust-patterns"]
keywords = ["thread_local"]
license = "MIT OR Apache-2.0"
readme = "README.md"

[dev-dependencies]
static_assertions = "1.1.0"