A backport of the SyncUnsafeCell standard library type for use in older Rust versions.
# Cargo.toml
[dependencies]
sync-unsafe-cell = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and accesses a SyncUnsafeCell.
Ensure proper synchronization when accessing the inner value.
No dependency data recorded yet.