Y
Hacker News
new
|
ask
|
show
|
jobs
by
andrewflnr
8 days ago
It would be more accurate to say Rust doesn't have the option of recompiling every dependency. If a safe Rust program links to an unsafe C module, that program is not memory safe. The "unsafe" on FFI code is not a joke.