scroll icon indicating copy to clipboard operation
scroll copied to clipboard

Tracking issue for replacing unsafe code.

Open Frostie314159 opened this issue 7 months ago • 1 comments

In the interest of exploring pure safe alternatives to unsafe functions, this issue tracks all uses and potential replacements. The unsafe portions usually are quite similar, so only one entry will be made per function.

  • [ ] transmute #88
  • [ ] copy_nonoverlapping
  • [ ] CStr::from_bytes_with_nul_unchecked

Frostie314159 avatar Nov 05 '23 19:11 Frostie314159