Explore modules, packages, and third-party crates

Beginner
Developer
Student
Azure

Learn about how to effectively use modules and how to integrate with packages and third-party crates.

Learning objectives

In this module, you'll learn:

  • How to organize your code in files, modules, and packages.
  • How those concepts interact.
  • How to use third-party packages from the Crates.io repository.

Prerequisites

  • Have your Rust development environment set up.
  • Know how to create, edit, and run Rust code by using Cargo.