Revision control

Copy as Markdown

Other Tools

[package]
name = "scoped-tls"
version = "1.0.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/scoped-tls"
description = """
Library implementation of the standard library's old `scoped_thread_local!`
macro for providing scoped access to thread local storage (TLS) so any type can
be stored into TLS.
"""
rust-version = "1.59"