Modules

Modules organize code into named namespaces. Each aspect of the module system has a dedicated chapter:

TopicDescription
DeclarationDeclaring and nesting modules
Items VisibilityControlling what is exported with pub
ImportBringing names into the current scope

See Also

  • Packages — how modules are bundled and distributed
  • Identifiers — naming rules for modules and items