| Crates.io | fairly_unsafe_cell |
| lib.rs | fairly_unsafe_cell |
| version | 0.1.0 |
| created_at | 2025-04-09 09:23:27.0926+00 |
| updated_at | 2025-04-09 09:23:27.0926+00 |
| description | A hybrid between an UnsafeCell and a RefCell |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1626454 |
| size | 1,159,517 |
A hybrid between an UnsafeCell and a RefCell: comes with an unsafe but RefCell-like API that panics in test builds (#[cfg(test)]) when mutable access is not exclusive, but has no overhead (and allows for UB) in non-test builds.