Module

Getting Your Hands Dirty with Rust

3 tutorials
intermediate

Reading and understanding Rust's concepts is great, but it's natural to wonder how to apply that knowledge if you're not actively writing Rust code, right? 😢

But don't fret! 🥳

This module will supercharge your Rust experience! 🦀 Get ready to roll up your sleeves and dive head first into building your very own Rust project. 👀

Helpful prior knowledge

Familiarity with Rust syntax and semantics is recommended but not a strict pre-requisite. To get familiar with Rust, head to https://earn.stackup.dev/learn/pathways/rust/skills/beginning-rust-development/modules/rust-basics.


Learning Outcomes

By the end of this module, you will be able to:

  • Remember important cargo commands to test and build Rust software
  • Understand how to structure Rust projects
  • Manage dependencies with cargo
  • Refactor Rust code to improve modularity and readability
  • Fix bugs by writing software tests and error-handling code
Oops, you are not logged in!

Please log in to view this page, and provide additional information required (if any) to unlock the full experience on Learn.