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