from
Hacker News
Top
New
Safety off: Programming in Rust with `unsafe`
by
JohnoMK1992
on 7/13/24, 6:56 AM with 1 comments
by
eimrine
on 7/13/24, 9:17 AM
Interesting read if at least having some C knowledge. Summarizing, Rust's safe area means absence of: pointers to device memory, calling externed functions, altering mutable static variables and unions.