Crate wrapit

Crate wrapit 

Source

Re-exports§

pub use sync_wrapper::SyncWrapper;
pub use wrapped::Wrapper;

Modules§

sync_wrapper
sync_wrapper crate. Thread-safe wrapper around any value using Arc<Mutex<T>>.
wrapped
wrapped crate. A small library that wraps any variable using interior mutability (RefCell or Cell) to allow mutation through shared reference