pointer-utils icon indicating copy to clipboard operation
pointer-utils copied to clipboard

MaybeUninit helpers for rc-box types

Open Kixunil opened this issue 3 years ago • 2 comments

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.

Kixunil avatar Sep 13 '21 13:09 Kixunil

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.

CAD97 avatar Sep 19 '21 20:09 CAD97

That's very reasonable. I will try to do it when I have some free time. :)

Kixunil avatar Sep 19 '21 20:09 Kixunil