static_leak
This crate extends Mutexes and RwLocks wrapping references with static lifetimes to leak these raw underlying references.
This can be useful to safely obtain a static mutable reference without using any unsafe code when interacting with a legacy C project via FFI.
lazy_static!
This crate supports implementations from the following crates, which are activated through the respective feature flags:
- std
- async-std
- spin