rustlings/exercises/07_structs
Tuan-Dat Tran a3e2bc985c Initial commit
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2024-09-01 19:20:40 +02:00
..
README.md Initial commit 2024-09-01 19:20:40 +02:00
structs1.rs Initial commit 2024-09-01 19:20:40 +02:00
structs2.rs Initial commit 2024-09-01 19:20:40 +02:00
structs3.rs Initial commit 2024-09-01 19:20:40 +02:00

README.md

Structs

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

Further information