A box backed by a generational runtime for safe memory management.
# Cargo.toml
[dependencies]
generational-box = "0.7.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a generational box and retrieves its value.
Always check the generation when accessing the box to avoid use-after-free.
No dependency data recorded yet.