Remix.run Logo
kobebrookskC3 2 days ago

wouldn't byte in rust be more like MaybeUninit<u8>, to account for uninit and pointer fragments?

bestouff 2 days ago | parent | next [-]

That means MaybeUninit would not be library-only anymore, but would need some compiler help. But yes you're right.

jojomodding 2 days ago | parent [-]

It already has lots of "magic" semantics and never was just a library type

jojomodding 2 days ago | parent | prev [-]

Yes.