A threadsafe RefCell implementation using atomic operations for interior mutability.
# Cargo.toml
[dependencies]
atomic_refcell = "0.1.13"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an AtomicRefCell and demonstrates borrowing and mutation.
No known issues recorded.
No dependency data recorded yet.