1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-03-09 21:33:48 -04:00
rustlings/exercises/structs/README.md
2019-07-27 22:14:48 +07:00

202 B

Structs

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

Book Sections