danielhenrymantilla / rust-uninit

Read trait fixed to soundly work with uninitalized memory
MIT License
25 stars 2 forks source link

Fixed unsoundness of using `&mut MaybeUninit<T>` as the out type for … #1

Closed danielhenrymantilla closed 4 years ago

danielhenrymantilla commented 4 years ago

This (WIP) PR objective is to fix the issues spotted by @Kixunil (thanks for telling me!):

@HeroicKatora do you wanna review this?

TODO: