thread_local_compat 0.1.0

std::thread_local passthrough, designed to be patched on a per-workspace level to provide thread_local on systems without std
Documentation
1
2
3
4
//! `thread_local_compat` is a stub crate that re-exports the `thread_local` macro from std.
//! Customize it in your workspace to have it use different backing implimentations

pub use std::thread_local;