bb5f404e35
* Add newline after "I AM DONE" in exercises for consistency * Remove trailing whitespace from exercises |
||
---|---|---|
.. | ||
README.md | ||
structs1.rs | ||
structs2.rs | ||
structs3.rs |
README.md
Structs
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.