From the course: Rust Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Where to go next

Where to go next - Rust Tutorial

From the course: Rust Essential Training

Start my 1-month free trial

Where to go next

- [Barron] Congratulations, you've reached the end of this course. We've covered a ton of information and laid a solid groundwork for programming with Rust, but there's still a lot left to learn. Which raises the question, what should you do next? You could learn how to manage and build larger more complex projects using Cargo to create your own modules and crates. You can choose to focus on writing code for concurrent or parallel execution, or you might want to learn how to write code that bypasses some of the compilers strict memory checks, known as unsafe code. There are countless different directions you can choose to take your learning journey, so I want to leave you with a few resources to help take that next step. The Rust website has a fantastic collection of resources for learning about Rust under the learn section. One of the most popular resources for new learners in the Rust community is "the book." The…

Contents