Hacker News new | ask | show | jobs
by phi-go 602 days ago
Do you have source on that? I would like to know more. Not disputing this, just curious.
1 comments

Thank you, appreciated!
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.