PackageSet

Type Alias PackageSet 

Source
pub type PackageSet = BTreeMap<UnpinnedAbsolutePackageUrl, PackageProperties>;
Expand description

PackageSet encapsulates one set of packages (e.g. the “automatic anchored set”) as a map of its package URL to the package’s properties.

Aliased Type§

pub struct PackageSet { /* private fields */ }