Module packages

Source
Expand description

Provides a set of functionalities for handling and manipulating 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§

FilterMapOptions
A configuration struct for specifying optional filters when using the filter function. It allows users to provide custom filtering functions for packages and dependencies.

Functions§

filter
Provides a means to filter both packages and dependencies of an existing package metadata set.