TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Safety off: Programming in Rust with `unsafe`
3 点
作者
JohnoMK1992
11 个月前
1 comment
eimrine
11 个月前
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.