Hacker News new | ask | show | jobs
by _3u10 165 days ago
Just use unsafe then you have all of the good points of rust, like being able to say you wrote it in rust with none of the downsides, like having to write safe code in rust, or that code being slow.
1 comments

You can write slow unsafe Rust just fine.