First tutorials done in Rust to check the language
https://www.ralfj.de/projects/rust-101/main.html
- Part 00: Algebraic datatypes
- Part 01: Expressions, inherent methods
- Part 02: Generic Types, Traits
- Part 03: Input
- One: Bouncing ball moving in one dimension (X)
- Two: Bouncing ball moving in two dimensions (XY)
- Three: Bouncing ball in 2 dimensions with collision detection