Skip to main content


Question for the rust pros: can anybody do a TL;DR with the right amount of technical details for a experienced operating system person with many years of C and C++ experience that answers the following question?

What’s the advantage of using Rust in low-level and bare metal contexts, eg to access memory maps, raw pointers, etc (eg with features like “unsafe”)?

Please, I’m genuinely technically curious. That will help me figure out my next steps (what to learn and how). 😅☺️

#rustlang #c