DEV Community

Cover image for 30-Day Rust Learning Guide: Days 1 - 3
Manny
Manny

Posted on

30-Day Rust Learning Guide: Days 1 - 3

Welcome to Days 1 -3 of the 30-day Rust learning guide!
This byte-size study plan will take you from a beginner to a not beginner in Rust.

Each day is designed to cover specific topics, provide tasks and goals, offer relevant resources, and include videos to support your learning journey in small chunks.

Let's get started!

Day 1-3: Introduction to Rust 🌱

  • Topics: Introduction 🌟, Installation πŸ’», Hello World ✨, Variables and Mutability πŸ”„, Data Types πŸ”’
  • Goals: Understand the basics of Rust and write your first Rust program.
  • Tasks:
    • Install Rust πŸ“₯
    • Write a "Hello, World!" program ✍️
    • Experiment with variables and data types πŸ’‘
  • Questions:
    • What is Rust and why is it used?
    • How do you declare and mutate variables in Rust?
    • What are the basic data types in Rust?
  • Outcomes: By the end of day 3, you should be comfortable with the basics of Rust and be able to write simple programs.
  • Resources:
  • Videos:

Top comments (0)