|
|
|
|
|
by 1oooqooq
712 days ago
|
|
if you ever write the words "unsafe" in a rust codebase, and you are not directly needing to poke bits on some hardware, you are doing it very, very wrong. good link you shared. i personally always went with option 2 he presents. |
|
You can always go through and systematically remove unnecessary `unsafe` later if needed, but there's no need to do so upfront if that would prevent adoption.