Continuing in the short series on beginner's guide to programming in rust, we cover if conditions, boolean logic, loops and while/if let statements. This video will show you how to use a while loop, for loops, perform boolean logic, create conditions, and understand basic iterators with a range. I also briefly cover the use of a library crate where we can create tests for our functions.
↠ References:
Control Flow: https://doc.rust-lang.org/book/ch03-05-control-flow.html
Rust Cheatsheet: https://cheats.rs/
Rust Playground: https://play.rust-lang.org/
Rust By Example: https://doc.rust-lang.org/stable/rust-by-example/index.html
Crates: https://crates.io/
Exercises: https://exercism.org/tracks
Rust Book: https://doc.rust-lang.org/book/
↠ Dotfiles: https://github.com/nyxtom/dotfiles
↠ Twitter: @nyxtom https://twitter.com/nyxtom
↠ Channel: https://www.youtube.com/c/nyxtom
Cheers! 🍻
🦀 #rust #rustlang #rustprogramming #exercises #programming
Download
0 formats
No download links available.
Programming in Rust: If Statements, While Loops, Conditions, and Boolean Logic | NatokHD