8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Relax `abi_stable` version bounds.
Add `lazy_static` support as it's a fairly similar implementation.
Improve performance by using `std::thread_local!` to store the refere… …nce.
Use RefCell rather than RwLock.
Automatically initialize the TLS state for hosts.
Add `Context::reset()` for unloading thread-local values at a specific time.
Fix incorrect reference in Context. Change `initialize` to be `Context::initialize_tls`.
Allow both host and plugin features to be enabled together.
Avoid extra allocations and memory passing in `with`.