Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / third_party / rust / scoped-tls / README.md
blob36e6480e2c69260b3ad687f9a6ab14723ecbcc9a
1 # scoped-tls
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)
6 [Documentation](https://docs.rs/scoped-tls)
8 A Rust library providing the old standard library's `scoped_thread_local!` macro
9 as a library implementation on crates.io.
11 ```toml
12 # Cargo.toml
13 [dependencies]
14 scoped-tls = "1.0"
15 ```
17 # License
19 This project is licensed under either of
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)
26 at your option.
28 ### Contribution
30 Unless you explicitly state otherwise, any contribution intentionally submitted
31 for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be
32 dual licensed as above, without any additional terms or conditions.