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: How to publish a crate on Crates.io - 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 will publish a Crate on crates.io https://crates.io/ https://crates.io/crates/text_to_emoji https://github.com/FrancescoXX/text-to-emojis 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 0:00 Introduction to crates. Setting your Crates account, getting the API token. Cargo login 3:27 Create your own package (crate): text to emoji converter. Create the docs for the package 8:10 Adding tests to the crate 9:09 Getting ready to publish the crate: cargo doc --open. 10:35 Cargo.toml file for crates to be published. Readme md 13:08 Let's try to publish the crate: cargo publish --dry-run and cargo publish 18:40 Publish the crate and check it on crates io 19:39 Create another project to use the crate in my project 22:20 Recap and conclusion


Tracks in this Playlist