Hacker News new | ask | show | jobs
by phi-go 602 days ago
Thank you, appreciated!
1 comments

To add on, unsafe Rust's main strength is the tools and the culture of encapsulating it well. It's probably the case that "well designed code that uses unsafe" is much safer overall, as you would expect for a memory-safe language. But it doesn't just come about from using unsafe.