1 00:00:06,540 --> 00:00:10,140 - Welcome to Module 1: Rust Programming Essentials. 2 00:00:10,140 --> 00:00:13,320 In this module, we'll see how to get started with rust. 3 00:00:13,320 --> 00:00:17,340 I'll explain how to declare variables and use simple types, 4 00:00:17,340 --> 00:00:22,340 how to implement flow control, how to use and define enums 5 00:00:22,800 --> 00:00:26,073 and how to use compound types and collections. 6 00:00:26,940 --> 00:00:29,550 By the end of this module, you'll have a good grasp 7 00:00:29,550 --> 00:00:32,343 of the basics of the rust programming language.