pointer-utils
pointer-utils copied to clipboard
MaybeUninit helpers for rc-box types
It'd be nice to provide MaybeUninit
helpers like in nightly std (perhaps wait for stabilization). See https://github.com/rust-lang/rust/issues/63291#issuecomment-918185194 and related discussion.
I don't think I'm going to bother adding any new helpers until std stabilizes them, but I'd be happy to accept and publish them from a PR under an unstable-*
feature flag with a prominent "no stability guarantee" disclaimer.
That's very reasonable. I will try to do it when I have some free time. :)