os-thread-local 0.1.0

OS-backed thread-local storage This library provides a [`ThreadLocal`] type which provides an alternative to `std::thread_local!` that always uses the thread-local storage primitives provided by the OS. Unlike `std::thread_local!`, [`ThreadLocal`] allows per-object thread-local storage, while providing a similar API.
Documentation
{
  "git": {
    "sha1": "120049bc9ffb75efcd388bbc447a000fbc8f4963"
  }
}