1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-01 00:45:17 +02:00
Files
rustlings/exercises/structs

Strings

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

Book Sections