mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-02-03 13:11:36 +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.