Skip to main content

expand_split_packages

Function expand_split_packages 

Source
pub fn expand_split_packages(
    package_names: &[String],
    action: &str,
) -> Result<Vec<String>>
Expand description

Expands split packages into their individual sub-packages if they are installed.

ยงErrors

Returns an error if:

  • The list of installed packages cannot be retrieved.
  • A package name cannot be parsed.
  • A package cannot be resolved to a specific version.