From the course: Rust for C# Developers
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Summary - Rust Tutorial
From the course: Rust for C# Developers
Summary
- [Instructor] In this course, you've gotten a basic insight into Rust. Now you can evaluate if Rust is another tool that would be useful for you to have in your tool belt. Hopefully, you've gotten the insight into Rust at a record speed by relating as many of the concepts in the language and tooling to everything that you already know and are familiar with in C# and .NET. We started by familiarizing ourselves with the basics of Rust. We looked at what the Rust language is, especially in comparison to C#, that it's a modern language, and that it's a C-style language, which will ensure that C# developers will be quite familiar with the syntax. We've covered why it's exciting to learn Rust, given that it's so close to the metal, its memory safety, and its very high performance. We also learned that Rust has been the most loved language by developers for a long time. We learned that Rust is both a system language and an…