▲ | 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 | prev [-] | |||||||
Yes. |