Rust vs C++ comes down to safety vs flexibility. Rust forces you to write safe code, which is great for critical systems. C++ gives you more control, but with great power comes great responsibility (and segfaults).
For resources, [cppreference](https://en.cppreference.com/) is my go-to for C++, and the [Rust Book](https://doc.rust-lang.org/book/) is fantastic for rust.
For resources, [cppreference](https://en.cppreference.com/) is my go-to for C++, and the [Rust Book](https://doc.rust-lang.org/book/) is fantastic for rust.
