rustlings/exercises/structs
2021-02-02 11:30:43 +00:00
..
README.md fix: update structs README 2020-12-15 08:32:46 +01:00
structs1.rs Remove TODO comments 2021-02-02 11:30:43 +00:00
structs2.rs Remove TODO comments 2021-02-02 11:30:43 +00:00
structs3.rs Add structs solutions 2021-02-01 18:56:40 +00:00

Structs

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

Book Sections