Rust Crash Course Tutorial for Beginners

Welcome to our comprehensive series on learning Rust, a powerful and efficient programming language. This playlist is designed to guide you from the very basics of Rust to its most advanced features. Whether you're entirely new to programming or an experienced developer looking to add Rust to your skillset, these lessons are structured to provide a clear and progressive learning path. Join us as we explore Rust's unique approach to safety, speed, and concurrency and become proficient in this increasingly popular language. Remember to subscribe and activate notifications so you don't miss the new videos

Curated by: Francesco Ciulla (54 videos)


Currently Playing: Release Profiles in Rust - Full Crash Rust Tutorial for Beginners

The Rust series is available here: https://www.youtube.com/watch?v=R33h77nrMqc&list=PLPoSdR46FgI412aItyJhj2bF66cudB6Qs&index=1 In this lesson, we introduce the options for a release-grade build with cargo, in Rust The Rust series is available here: https://www.youtube.com/watch?v=R33h77nrMqc&list=PLPoSdR46FgI412aItyJhj2bF66cudB6Qs&index=1 My Products Rust book: https://mybook.to/YJI6DI Rust Workbook: https://francescociulla.gumroad.com/l/rustworkbook Rust Cheatsheet: https://francescociulla.gumroad.com/l/rustcheatsheet Useful Links ALL THE LINKS HERE: https://francescociulla.com Cargo Profiles: https://doc.rust-lang.org/cargo/reference/profiles.html 0:00 Introduction 0:23 Customize the Cargo.toml file for dev and release 1:18 Test cargo build and cargo build --release 1:42 check the build size with the file explorer for dev and release build 2:29 In the next video...


Tracks in this Playlist