Organizing code with packages, crates, modules, and the use keyword.
Based on The Rust Programming Language, Chapter 7
Content coming soon. This module will cover Rust's module system for organizing code into packages, crates, and modules, and how to control visibility and bring items into scope.