Hacker News new | ask | show | jobs
by kobebrookskC3 281 days ago
wouldn't byte in rust be more like MaybeUninit<u8>, to account for uninit and pointer fragments?
2 comments

That means MaybeUninit would not be library-only anymore, but would need some compiler help. But yes you're right.
It already has lots of "magic" semantics and never was just a library type
Yes.