rustlings

solving rustlings ft. dracuxan
git clone [email protected]:dracuxan/rustlings.git
Log | Files | Refs

README.md (274B)


      1 # Structs
      2 
      3 Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.
      4 
      5 ## Further information
      6 
      7 - [Structures](https://doc.rust-lang.org/book/ch05-01-defining-structs.html)
      8 - [Method Syntax](https://doc.rust-lang.org/book/ch05-03-method-syntax.html)