Crates.io | sync_rw_cell |
lib.rs | sync_rw_cell |
version | 0.1.0 |
source | src |
created_at | 2024-03-09 17:07:43.244103 |
updated_at | 2024-03-09 17:07:43.244103 |
description | Thread-safe version of RefCell. |
homepage | |
repository | https://github.com/DouglasDwyer/sync_rw_cell |
max_upload_size | |
id | 1167988 |
size | 8,140 |
Defines a Send
and Sync
version of std::cell::RefCell
, which aborts the program
if an attempted borrow fails.