BASICS

<aside> 💡 Rust is a statically typed language ⇒ you have to declare the type of each variable

</aside>

<aside> 💡 The compiler is capable of infering types to variables when they are initialized (e.g. let x = 1 will automatically assign to i32)

</aside>

"Numbers"

"Text"

Combined Types

Arrays

Tuples