The Rust programming language is a boon for systems programmers because of its powerful and expressive type system and strict compile–time static analysis. Still, there are best practices to follow and idioms that the community has developed over time. This course tackles testing, building and distributing applications, and other real–world challenges using Rust, Cargo, and the Rustup toolchain manager.
You will build four projects, including a search tool, a Markdown parser, a chat server and client, and a blog. In this course, we’ll progress from command line applications, built with proper command line argument parsing and error handling, to more complex applications like a GUI text editor and several web applications. We’ll explore asynchronous programming and concurrent programming in Rust using real–world scenarios like file searching and stress testing. Finally, we’ll build a simple web app that interacts with a database in a type–safe manner using Diesel.
By the end of the course, you will be adept with the knowledge of Rust to practically implement it in real–world projects. You’ll know enough to build high–quality software that can be shared with the rest of the Rust community or even used in production.
About the Author
Matthew Stoodley is a programming expert and enthusiast and was drawn to learn about Rust and master its features initially due to its low power usage and memory safety capabilities. He primarily uses Rust to build board games. In addition, he also possesses several years of experience in Go, PHP, and JavaScript among many others.
Instructor Details
Courses : 212
Specification: Rust Projects
|
4 reviews for Rust Projects
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $16.99 |
---|---|
Provider | |
Duration | 3.5 hours |
Year | 2020 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$94.99 $16.99
Helmut Stecher –
Der Kurs ist sehr gut. Alles funktioniert. Fortsetzung erw nscht!
Peter Mares –
It starts off well but then very quickly you realise that the presenter just rambles off very quickly and doesn’t leave the code examples on screen. He tries to explain what he’s doing but because he moves to quickly and erratically it is very difficult to follow. The experience becomes even worse in section 3 when there are multiple audio dubs (audibly discernable) sliced in and out of the lesson. Its probably easier just to read the documentation or a tutorial.
F T –
I enjoyed the course, the tokio/future part was the most interesting for me.
Milan Zivkovic –
The material in this tutorial is good and the teacher is a skilled in Rust, but it is really hard to follow