scoped-tls 0.1.0

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.
Documentation

scoped-tls

Build Status Build status

Documentation

A Rust library providing the old standard library's scoped_thread_local! macro as a library implementation on crates.io.

# Cargo.toml
[dependencies]
scoped-tls = "0.1"

License

scoped-tls is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.