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

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/

Why would the legislature permit the use of unsafe Rust?