Provides poison-free versions of the standard library Mutex and RwLock types.
# Cargo.toml
[dependencies]
antidote = "1.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses a poison-free Mutex to safely share mutable data.
Use std::sync::Mutex if you need poisoning protection.
No dependency data recorded yet.