Rust is syntactically similar to C++ but can guarantee memory safety by using a borrow checker to validate references Installation https://www.rust-lang.org/tools/install Tutorials https://doc.rust-lang.org/stable/book/ https://doc.rust-lang.org/stable/rust-by-example/