Provide scoped access to thread local storage (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.
This package contains library source intended for building other packages which
use the "scoped-tls" crate.