Learn Rust in 7 Days
What you'll learn
- Use the Rust trait system to build super flexible types.
- Effective ways of handling Rust Errors without Boilerplate code.
- How pointer lifetimes keep your code effective and safe.
- Work within the restrictions needed for pointer safety, and still achieve capable code
- How rust programs can work with other system programs.
- Write programs that take full advantage of multicore processors, using concurrency without the risk of data races
- Loop on anything with the Iterator Trait
- How to Use the Rocket web framework to build powerful websites quickly
Course content
- Preview05:43
- Preview04:19
- 07:16Introducing Standard Rust Operators and Syntax
- 08:54Basic Loops
- 07:43Basic Strings
- 07:26Structs and Methods
- 09:12Enums and Pattern Matching
- 09:02Result and Option Types
- 02:17Assignment
Requirements
- The video is for developers who have basic knowledge of programming.
Description
The Rust programming language makes it possible to build fast reliable code, prevents segfaults, and guarantees memory safety, even while working across concurrent processes.
The course is split into seven parts, which give you a complete overview of why Rust is a great programming language. In the first couple of days, you’ll learn to install Rust on your system, discover its syntax, and see a library that utilizes the feature of trait-based generics and code reusability.
On days 3 and 4, you’ll understand how Rust Lifetimes work by doing extensive compiler checking and learn to make your programs more interactive by accessing all the bits of the Rust environment. On day 5, you’ll learn about multithreading without data races with safe concurrency. Day 6, you’ll create a database, using your code to read and update while securing it with Bcrypt from various breaches such as SQL injection attacks.
By the end of the course, you’ll have built a mini-bank application that tracks users’ financial transactions over time, allowing them to view their history over time.
About the Author
Matthew Stoodley is a programming enthusiast and has been really excited to learn about Rust for it’s low level power and memory safety. He mostly uses it to build board games.
If you want to try them, or you are looking for a story teller, magician, illustrator, or a web developer, you can go to his website to get to know him better.
Who this course is for:
- The video will also appeal to developers who are using C/C++ language to write their applications.
Instructor
Packt has been committed to developer learning since 2004. A lot has changed in software since then - but Packt has remained responsive to these changes, continuing to look forward at the trends and tools defining the way we work and live. And how to put them to work.
With an extensive library of content - more than 4000 books and video courses -Packt's mission is to help developers stay relevant in a rapidly changing world. From new web frameworks and programming languages, to cutting edge data analytics, and DevOps, Packt takes software professionals in every field to what's important to them now.
From skills that will help you to develop and future proof your career to immediate solutions to every day tech challenges, Packt is a go-to resource to make you a better, smarter developer.
Packt Udemy courses continue this tradition, bringing you comprehensive yet concise video courses straight from the experts.