rust-rustlings-Gege-Wang/exercises/structs
github-classroom[bot] 81b66a6126
Initial commit
2023-04-02 07:52:18 +00:00
..
README.md Initial commit 2023-04-02 07:52:18 +00:00
structs1.rs Initial commit 2023-04-02 07:52:18 +00:00
structs2.rs Initial commit 2023-04-02 07:52:18 +00:00
structs3.rs Initial commit 2023-04-02 07:52:18 +00:00

README.md

Structs

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

Further information