Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 20-Jan-2022 | - | ||||
src/ | H | 20-Jan-2022 | - | 268 | 134 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
Cargo.toml | H A D | 20-Jan-2022 | 1 KiB | 23 | 21 | |
LICENSE-APACHE | H A D | 20-Jan-2022 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | H A D | 20-Jan-2022 | 1 KiB | 26 | 22 | |
README.md | H A D | 20-Jan-2022 | 1 KiB | 33 | 22 | |
appveyor.yml | H A D | 20-Jan-2022 | 478 | 18 | 15 |
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