An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved.
# Cargo.toml
[dependencies]
stable_deref_trait = "1.2.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use the StableDeref trait to indicate stable memory addresses.
Only implement for types that guarantee a stable address after move (e.g., Box, Rc, Arc).
No dependency data recorded yet.