1# scoped-tls
2
3[![Build Status](https://travis-ci.org/alexcrichton/scoped-tls.svg?branch=master)](https://travis-ci.org/alexcrichton/scoped-tls)
4[![Build status](https://ci.appveyor.com/api/projects/status/9tatexq47i3ee13k?svg=true)](https://ci.appveyor.com/project/alexcrichton/flate2-rs)
5
6[Documentation](https://docs.rs/scoped-tls)
7
8A Rust library providing the old standard library's `scoped_thread_local!` macro
9as a library implementation on crates.io.
10
11```toml
12# Cargo.toml
13[dependencies]
14scoped-tls = "0.1"
15```
16
17# License
18
19This project is licensed under either of
20
21 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
22   http://www.apache.org/licenses/LICENSE-2.0)
23 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
24   http://opensource.org/licenses/MIT)
25
26at your option.
27
28### Contribution
29
30Unless you explicitly state otherwise, any contribution intentionally submitted
31for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be
32dual licensed as above, without any additional terms or conditions.
33