1 00:00:06,660 --> 00:00:11,660 - Welcome to module five, Real-World Rust in Action. 2 00:00:11,670 --> 00:00:12,690 In this module, 3 00:00:12,690 --> 00:00:16,413 we'll show you how to use Rust for real world applications. 4 00:00:17,250 --> 00:00:20,250 We'll have a look at two separate examples. 5 00:00:20,250 --> 00:00:22,620 First, we'll see how to use Rust to implement 6 00:00:22,620 --> 00:00:24,210 the CSV Parser, 7 00:00:24,210 --> 00:00:26,100 which will entail file handling, 8 00:00:26,100 --> 00:00:29,850 command line pausing, date handling, and much more beside. 9 00:00:29,850 --> 00:00:32,040 Then we'll see how to use Rust to 10 00:00:32,040 --> 00:00:34,170 access a relational database. 11 00:00:34,170 --> 00:00:36,750 This is quite a nice way to round off the course 12 00:00:36,750 --> 00:00:39,663 so you get a feel for how Rust works in practice.