1 00:00:06,630 --> 00:00:09,870 - Well here we are, the end of the course. 2 00:00:09,870 --> 00:00:11,430 I hope you've enjoyed it, 3 00:00:11,430 --> 00:00:14,040 and found it useful and thought provoking. 4 00:00:14,040 --> 00:00:16,380 I very much enjoyed putting the course together 5 00:00:16,380 --> 00:00:17,313 and teaching it. 6 00:00:18,360 --> 00:00:21,000 Now that we're done, you should feel confident to 7 00:00:21,000 --> 00:00:23,853 use Rust to implement real world applications. 8 00:00:24,690 --> 00:00:27,180 One of the best ways to learn is to take an existing 9 00:00:27,180 --> 00:00:29,760 application that someone else has already written, 10 00:00:29,760 --> 00:00:32,430 dissect it, understand how it works, 11 00:00:32,430 --> 00:00:34,890 and then extend it with some new features. 12 00:00:34,890 --> 00:00:37,110 This will help you to consolidate your understanding 13 00:00:37,110 --> 00:00:40,710 and to see how to use the language in practice. 14 00:00:40,710 --> 00:00:43,170 It'll also expose you to more of the Rust library 15 00:00:43,170 --> 00:00:45,690 which is large and bountiful. 16 00:00:45,690 --> 00:00:48,420 You can also see lots of examples online. 17 00:00:48,420 --> 00:00:50,760 If you search for Rust forums, 18 00:00:50,760 --> 00:00:53,550 you'll find plenty of examples, discussions, libraries, 19 00:00:53,550 --> 00:00:55,860 and advice to help you on your way. 20 00:00:55,860 --> 00:00:59,823 So once again, thank you for watching and all the best.