|
|
|
|
|
by felipetrz
1049 days ago
|
|
The whole point of explicit unsafe rust is making this type of thing have to be written on purpose. You can't accidentally write unsafe code. And in case you accidentally write unsound code in your explicit unsafe code, you know exactly where to look. |
|
Hence coding in a safer language by itself isn't a guarantee, care must still be taken.
Still better than C language family anyway.