This is a hands-on short rust tutorial for those thinking of diving deep into Rust, but need a basic sense of syntax before going further.
The Rust tour is practise based, containing live editor where you can practice.
Web App: https://sivssdn.github.io/rust-tour/
- Hello World
- Ways of saying Hello World
- Data Types
- Strings
- Vectors
- Conditional Statements
- Loops
- Functions
- Pointers
- Structs
Web App Preview: