|
|
|
|
|
by imtringued
503 days ago
|
|
I somewhat disagree on the "you can't escape unsafe" part. It's true for a C+Rust project, but the idea that you need an unsafe language for low level hardware access is plain wrong. That's a "C-ism". Something that might seem true in a universe where most low level work is done in C, but wouldn't be true in a universe where C doesn't exist at all. |
|
The hardware is outside of Rust's safety guarantees. This is truly a fundamental issue.