1
0
Fork 0
rustlings/exercises/structs/README.md
2022-10-11 16:47:29 +01:00

274 B

Structs

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

Further information