Reduce the amount of unsafe for constructing slices
Open
enhancement
P-high
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
From #675, we introduced several calls to `SliceStorage::from_raw_parts` which introduce additional unsafe blocks. We should refactor this by adding a `from_generic_slice_and_strides` which also takes strides as arguments.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.