rustlings-solutions/exercises/structs
2021-05-09 17:58:54 -05:00
..
README.md
structs1.rs
structs2.rs
structs3.rs fix: remove trailing whitespace 2021-05-09 17:58:54 -05:00

Structs

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

Further information