
RUST:MY JOURNEY FROM 0 TO 1(Day 1)
You’ve probably heard the rumors and hype surrounding Rust. The language that does everything . The language developers fear. The language AI supposedly struggles with. The language companies are rewriting their entire codebases in. And so on... But how much of this is actually true? This series is my journey to debunk the rumors . I want to see for myself what Rust is really about. The goal is simple: Learn Rust and ship a real product to production. And I’ll track how many days it actually takes . I’m a firm believer in learning the hard way, so instead of watching 50 tutorials on YouTube, I’ll be using the official Rust documentation: The Rust Book https://doc.rust-lang.org/book/ Installation Installing Rust is surprisingly easy. I’m using Manjaro Linux , which is Arch-based. On most Linux distributions, you can install Rust with a single command. Open your terminal and run: curl --proto '=https' --tlsv1 .2 https://sh.rustup.rs -sSf | sh This installs Rust using rustup , the officia
Continue reading on Dev.to
Opens in a new tab

