thread_local_scope 1.0.0

Scoped access to thread local storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "thread_local_scope"
description = "Scoped access to thread local storage"
version = "1.0.0"
edition = "2021"
categories = ["rust-patterns"]
keywords = ["thread_local"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/KyleDavidE/thread_local_scope/"
rust-version = "1.56.1"

[dev-dependencies]
static_assertions = "1.1.0"