Files
rustlings/exercises/07_structs/README.md
2026-03-12 20:54:14 -04:00

274 B

Structs

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

Further information