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§
- Package
Name - A wrapper type for representing the name of a package.
Enums§
- Package
- Represents different types of packages in a Cargo workspace.
- Package
Error - Represents errors related to package handling.
Functions§
- publish_
need - Determines if a package needs to be published by comparing its local
.cratefile against the version on crates.io.