1
0
Fork 0
rustlings/exercises/structs
2022-10-11 16:50:10 +01:00
..
README.md Rustlings v5.2.1 2022-10-11 16:47:29 +01:00
structs1.rs Solutions 1 2022-10-11 16:50:10 +01:00
structs2.rs Solutions 1 2022-10-11 16:50:10 +01:00
structs3.rs Solutions 1 2022-10-11 16:50:10 +01:00

Structs

Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.

Further information