rustlings/exercises/structs/README.md
2021-02-15 22:45:16 +08:00

272 B

Structs

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

Book Sections