This post covers the basic control flow in Rust, including if expressions, match, and loops. It also includes a simple exercise to practice what was learned.
Table of contents
Control Flowif expressionsNested if expressions&& and ||Match in RustRepetition with LoopsExercise - FizzBuzz problemSummarySort: