1 00:00:06,600 --> 00:00:07,710 - Welcome to module four, 2 00:00:07,710 --> 00:00:10,110 Advanced Rust Programming Concepts. 3 00:00:10,110 --> 00:00:12,780 In this module, we'll see how to define traits, 4 00:00:12,780 --> 00:00:16,650 which are like interfaces, how to work with generics, 5 00:00:16,650 --> 00:00:19,110 how to achieve multi-threading and concurrency 6 00:00:19,110 --> 00:00:21,510 and how to use some additional rust techniques, 7 00:00:21,510 --> 00:00:23,640 such as dynamic keep allocation 8 00:00:23,640 --> 00:00:26,133 and integrate in with other programming managers.