Data Types

For deep dive please read The Rust Book Data types.
Here we are going to look in details to the following points:

  • u32
  • array/vector
  • String/Str
  • Stack/Heap