+++ title = "The Benefits of Rust" date = 2022-05-06 +++ # Rust is like C++, but memory safe. ---- ### But what does this mean? ---- Rust catches unsafe memory practices at compile time and SCREAMS at you to figure it out!