rustlings/exercises/structs
2021-07-07 20:58:36 +01:00
..
README.md UNSOLVED 2021-07-07 20:58:36 +01:00
structs1.rs UNSOLVED 2021-07-07 20:58:36 +01:00
structs2.rs UNSOLVED 2021-07-07 20:58:36 +01:00
structs3.rs UNSOLVED 2021-07-07 20:58:36 +01:00

Structs

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

Further information