EmbarkStudios / EmbarkStudios/presser
Change `Slab` and `RawAllocation` to use raw slices (`*mut [u8]`) when possible
Open
enhancement
tracking
- Dominant language
- Rust
- Stars
- 163
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to be able to use these and would help with not violating miri's implementation of *stacked borrows* by allowing us to not narrow the borrow until needed. But, https://github.com/rust-lang/rust/issues/71146 is needed before this is possible.
Contributor guide
Assessment
This issue has not been assessed yet.