1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-08 03:31:50 +02:00
rustlings/exercises/07_structs
2024-07-06 22:22:52 +02:00
..
README.md
structs1.rs structs1 solution 2024-06-21 22:22:37 +02:00
structs2.rs structs2 solution 2024-06-21 22:31:06 +02:00
structs3.rs Add comma 2024-07-06 22:22:52 +02:00

Structs

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

Further information