Module package

Module package 

Source
Expand description

Offers capabilities for package management, facilitating the handling and organization of packages.

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Structs§

PackageName
A wrapper type for representing the name of a package.

Enums§

Package
Represents different types of packages in a Cargo workspace.
PackageError
Represents errors related to package handling.

Functions§

publish_need
Determines if a package needs to be published by comparing its local .crate file against the version on crates.io.