| Crates.io | thread_map |
| lib.rs | thread_map |
| version | 1.0.3 |
| created_at | 2024-12-29 15:57:36.860637+00 |
| updated_at | 2025-04-25 01:10:50.285319+00 |
| description | Types that are simple and easy-to-use alternatives to the `std::thread_local` macro. |
| homepage | |
| repository | https://github.com/pvillela/rust-thread-map/tree/main |
| max_upload_size | |
| id | 1498314 |
| size | 49,103 |
This library provides types that support thread-local values by associating ThreadIds to the values. It is a simple and easy-to-use alternative to the std::thread_local macro and the thread_local crate.
It has no dependencies.
See the API documentation on docs.rs, which includes an overview and usage examples, and the source repo.
Create a new issue on GitHub.
This library is distributed under the terms of the MIT license, with copyright retained by the author.
See LICENSE for details.