1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-02-12 03:56:18 -05:00
rustlings/exercises/structs/README.md
Shao Yang Hong 6bd791f2f4
fix(structs): Add 5.3 to structs/README ()
Co-authored-by: Shao Yang Hong <shaoyang.hong@ninjavan.co>
2021-04-20 11:19:24 +02:00

272 B

Structs

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

Book Sections