Implement helper functions in terms of [MaybeUninit<u8>]
instead of Slab
once relevant functions are stabilized
#2
Labels
enhancement
New feature or request
tracking
A tracking issue for a long term feature or group of changes
Related to #1, but likely to come after. Requires https://doc.rust-lang.org/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref and some other
MaybeUninit
methods to become stable to be practical.The text was updated successfully, but these errors were encountered: