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.
Structs
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.