Per-object thread-local storage for Rust, allowing each thread to have its own instance of a value.
# Cargo.toml
[dependencies]
thread_local = "1.1.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a thread-local vector and pushes a value.
No known issues recorded.
No dependency data recorded yet.