fairly_unsafe_cell

Crates.iofairly_unsafe_cell
lib.rsfairly_unsafe_cell
version0.1.0
created_at2025-04-09 09:23:27.0926+00
updated_at2025-04-09 09:23:27.0926+00
descriptionA hybrid between an UnsafeCell and a RefCell
homepage
repository
max_upload_size
id1626454
size1,159,517
Aljoscha Meyer (AljoschaMeyer)

documentation

README

Fairly Unsafe Cell

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.

Commit count: 0

cargo fmt