1 00:00:06,570 --> 00:00:09,000 - Hello again and welcome to Lesson 2. 2 00:00:09,000 --> 00:00:09,840 In this lesson, 3 00:00:09,840 --> 00:00:12,840 we're gonna dig a bit deeper into Rust Syntax. 4 00:00:12,840 --> 00:00:15,030 We'll see how to declare variables in Rust 5 00:00:15,030 --> 00:00:16,530 and we'll take a closer look 6 00:00:16,530 --> 00:00:18,900 at some of the primitive data types available. 7 00:00:18,900 --> 00:00:21,990 We've discussed integer types, floating point types, 8 00:00:21,990 --> 00:00:25,260 and some other types such as characters and Boolean. 9 00:00:25,260 --> 00:00:27,600 We'll also investigate some additional techniques 10 00:00:27,600 --> 00:00:29,460 such as type inference, 11 00:00:29,460 --> 00:00:32,223 declaring multiple variables, and casting.