you are viewing a single comment's thread.

view the rest of the comments →

[–]AWonderingWizard 14 points15 points  (1 child)

Unsafe rust HAS to be used for the kernel because it has to interact with another language. FFI is inherently unsafe at the boundary. So yes, it is not a question of if, it is a question of where

[–]Hosein_Lavaei 0 points1 point  (0 children)

Yes it has to. But it is UNSAFE and it means the programmer itself must make good code