Hello Cargo - Your First Rust Project | Rust by Examples (Lesson 1)
23views
005:19
T
Taught by Celeste AI - AI Coding Coach
View on YouTubeDescription
Learn Rust by building real programs! In this first lesson, we'll create your first Rust project using Cargo, Rust's powerful package manager and build tool.
🦀 What You'll Learn:
• Creating projects with cargo new
• Understanding the project structure
• Cargo.toml and src/main.rs
• cargo check, cargo build, cargo run
• The println! macro
⏱️ Timestamps:
0:00 - Introduction
0:20 - What is Cargo?
0:45 - Creating a New Project Demo
1:15 - Project Structure Explained
1:40 - Exploring Files Demo
2:05 - Cargo Commands (check, build, run)
2:30 - Cargo Commands Demo
3:05 - The println! Macro
3:25 - Customizing Your Program Demo
4:25 - Recap
4:50 - Thanks for Watching
📚 Series: Rust by Examples - Learn Rust through hands-on projects!
🔗 Playlist: [Rust by Examples Series]
📁 Code: https://github.com/codegiz/rustbyexamples
👍 Like and Subscribe for more Rust tutorials!
🔔 Hit the bell to get notified of new lessons!
#rust #rustlang #programming #cargo #tutorial #coding #beginners #rustbyexamples