|
|
|
|
|
by Ar-Curunir
606 days ago
|
|
This is nonsense. Just because some small parts of the code are must be annotated as unsafe doesn’t mean that we’re suddenly back to C land. in comparison, with C the entire codebase is basically wrapped in a big unsafe. That difference is important, because in Rust you can focus your auditing and formal verification efforts on just those small unsafe blocks, whereas with C everything requires that same attention. Furthermore, Rust doesn’t turn off all checks in unsafe, only certain ones. , |
|