mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-04-02 20:49:20 +00:00
Some more reading required on the following: - `move_semantics` aka ownership and borrowing. - `enums` especially using with match expressions.
If
if, the most basic (but still surprisingly versatile!) type of control flow, is what you'll learn here.