• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-268134

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D23-Mar-201618 32

.travis.ymlH A D26-Feb-20191.2 KiB3024

Cargo.tomlH A D01-Jan-19701 KiB2321

Cargo.toml.orig-cargoH A D26-Feb-2019506 1614

LICENSE-APACHEH A D23-Mar-201610.6 KiB202169

LICENSE-MITH A D23-Mar-20161 KiB2622

README.mdH A D23-Apr-20181 KiB3322

appveyor.ymlH A D23-Mar-2016478 1815

README.md

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