/minithreadlocal

Thin Rust wrapper around the Windows thread local API

Primary LanguageRust

minithreadlocal

Thin Rust wrapper around the Windows thread local API.

Technically provides a portable API, but implemented only for Windows at the moment.

See Thread Local Storage on MSDN for the description of the concept.

Run cargo --doc for documentation.

Uses winapi.