mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-18 03:56:41 +02:00
179a75a68d
closes #859 closes #913 closes #942
Structs
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.