Tour of Rust
In this section you will learn Rust via Tour of Rust tutorial. You can find this guide in multiple languages including English and Romanian.
The following sections are useful for Smart Contract programming:
- Chapter 1 - The Basics;
- Chapter 2 - Basic Control Flow;
- Chapter 3 - Basic Data Structure Types;
- Chapter 4 - Generic Types;
- Chapter 5 - Ownership & Borrowing Data;
- Chapter 7 - Object Oriented Programming (Traits).
We recommend going through the whole Tour of Rust tutorial. Moreover, to fully understand the Rust Progamming Language, please go through the Rust Programming Language book.