sync_rw_cell 0.1.0

Thread-safe version of RefCell.
Documentation

sync_rw_cell

Crates.io Docs.rs

Defines a Send and Sync version of std::cell::RefCell, which aborts the program if an attempted borrow fails.