rustlings/exercises/07_structs
kingecg c40d940946 at strings 2025-09-23 22:33:47 +08:00
..
README.md at strings 2025-09-23 22:33:47 +08:00
structs1.rs at strings 2025-09-23 22:33:47 +08:00
structs2.rs at strings 2025-09-23 22:33:47 +08:00
structs3.rs at strings 2025-09-23 22:33:47 +08:00

README.md

Structs

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

Further information