Learning Rust From Scratch: A Beginner's Guide
Learned to code with Rust in 2020, now mastering its power & performance. Steep learning curve but worth it! Get started with Rust & Visual Studio Code using Cargo package management tool. Say hello to coding in Rust!
Why? Late in 2020, I decided I needed to properly learn to code. The goal is to modernize myself and build things that will help myself and eventually the world around me. I’ve danced with several things after making this decision, but at the beginning of 2022 decided to double down on the Rust language. Rust is an immensely powerful tool which can be used to create pretty much any kind of software imaginable. It has a steep learning curve, but it’s well worth mastering. Rust is performant, has excellent tools, and some of the best compiler help I’ve ever experienced. Rust is available for Wi...