|
|
|
|
|
by bobbylarrybobby
498 days ago
|
|
If you must write unsafe code, what's wrong with just dropping down to unsafe in Rust when you need to? You have all the power unsafe provides, and you have a smaller surface area to audit than if your entire codebase resides in one big unsafe block. |
|