EmbarkStudios / EmbarkStudios/presser
Implement helper functions in terms of `[MaybeUninit<u8>]` instead of `Slab` once relevant functions are stabilized
Open
enhancement
tracking
- Dominant language
- Rust
- Stars
- 163
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.