Learning Rust - Leo Tindall¶ This is a course I purchased on Udemy. Leo Tindall’s course seems very easy to follow along. Sections 1. The Power of Rust 1.1. Hello, Rust 1.1.1. Immutable by default 1.1.2. Uninitialized variables are forbidden 1.1.3. Rust has a strong, static type system.