os-thread-local 0.1.3

OS-backed thread-local storage. This crate provides a `ThreadLocal` type as an alternative to `std::thread_local!` that allows per-object thread-local storage, while providing a similar API. It always uses the thread-local storage primitives provided by the OS.
Documentation