danielhenrymantilla / rust-uninit

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

Show how to implement README example #5

Open davidspies opened 2 years ago

davidspies commented 2 years ago

The README example of a common mis-pattern is excellent. Can you show what's the correct way to do it?