1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-02-20 00:00:03 +03: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