Hacker News new | ask | show | jobs
by I_AM_A_SMURF 611 days ago
It's definitely all of them. Even HashMap uses unsafe.
1 comments

It’s more fundamental than that: the Rust language does not encode hardware specifics into the language, and so way deep down there, you have to write down bytes to an address that Rust considers arbitrary. Unless you only want to run programs that accept no input and take no output, which is not exactly a useful subset of programs.