Comment by bonzini
6 hours ago
You can absolutely write drivers with zero unsafe Rust. The bridge from Rust to C is where unsafe code lies.
6 hours ago
You can absolutely write drivers with zero unsafe Rust. The bridge from Rust to C is where unsafe code lies.
And hardware access. You absolutely can't write a hardware driver without unsafe.