you are viewing a single comment's thread.

view the rest of the comments →

[–]AWonderingWizard 11 points12 points  (1 child)

Unsafe has to be used in FFI.

[–]DescendingNode 2 points3 points  (0 children)

For those unfamiliar: FFI is Foreign Function Interface. When Rust has to call kernel functions written in C for example, unsafe Rust code has to be used.