1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00
Files
rustlings/exercises/structs/README.md
Zerotask 249ad44cc0 docs(exercises): updated all exercises readme files
all exercises readme files now have a unified structure and a description
2021-04-23 19:54:31 +02:00

274 B

Structs

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

Further information