Y
Hacker News
new
|
ask
|
show
|
jobs
by
Klonoar
1046 days ago
...that's like, completely ignoring the escape hatch in Rust of
unsafe {}
.
You're not
limited
by anything there, period.
2 comments
dgb23
1046 days ago
Rust is optimized for minimal _unsafe_ usage. That's the reason you choose it over C or Zig.
https://zackoverflow.dev/writing/unsafe-rust-vs-zig/
link
anonymoushn
1046 days ago
Why would the legislature permit the use of unsafe Rust?
link
https://zackoverflow.dev/writing/unsafe-rust-vs-zig/