rust-scoped-tls 1.0.0 Rust library providing the old standard library's scoped_thread_local

This crate provides a 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.