| Crates.io | scoped-tls |
| lib.rs | scoped-tls |
| version | 1.0.1 |
| created_at | 2016-03-23 16:35:10.496904+00 |
| updated_at | 2022-10-31 15:01:56.394137+00 |
| description | Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. |
| homepage | https://github.com/alexcrichton/scoped-tls |
| repository | https://github.com/alexcrichton/scoped-tls |
| max_upload_size | |
| id | 4532 |
| size | 22,426 |
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"
This project is licensed under either of
at your option.
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.