[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"