10 releases (1 stable)
1.0.0 | Jul 21, 2024 |
---|---|
0.6.2 | Jul 21, 2024 |
0.5.1 |
|
0.4.0 | Jun 28, 2024 |
0.1.6 | May 26, 2024 |
#608 in Rust patterns
351 downloads per month
9KB
170 lines
scoped-thread-local
Flexible version of thread local
Features
- Lifetime elision in declaration (every elided lifetime becomes a distinct one)
- Full HKT Supports
License
MIT OR Apache-2.0
lib.rs
:
Example
See example
module for expanded code