## `ref_mutex` Rust library Please instead use `Mutex>` (https://docs.rs/send-cell/). --- **My code is erroneous!** Don't use. This library implement `RefMutex` that is similar to `Mutex` but is `Sync` and `Send` even if `T` isn't `Send`.