5 releases (2 stable)
Uses old Rust 2015
1.0.1 | Oct 31, 2022 |
---|---|
1.0.0 | Feb 26, 2019 |
0.1.2 | May 3, 2018 |
0.1.1 | Mar 3, 2018 |
0.1.0 | Mar 23, 2016 |
#78 in Rust patterns
2,662,888 downloads per month
Used in 4,551 crates
(60 directly)
10KB
134 lines
scoped-tls
A Rust library providing the old standard library's scoped_thread_local!
macro
as a library implementation on crates.io.
# Cargo.toml
[dependencies]
scoped-tls = "1.0"
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.