Expand description
Thread-local variables that may be accessed across dynamic library boundaries.
Re-exports§
pub use abi_stable as macro_support;
Macros§
- lazy_
static - Create a lazily-initialized static value.
- thread_
local - Create one or more thread-local values.