Module policy

Module policy 

Source
Expand description

Parse the output of apt-cache policy.

Structs§

PackagePolicy
The policy data of an individual package.
PackageVersion
A single available version for an individual package.
PinnedPackage
A package pinned to a specific version.
Policy
The parsed output of apt-cache policy.
Repo
A repository with its priority.

Enums§

RepoLoc
The location of a repository’s files.

Functions§

from_str
Parse the output of apt-cache policy out of a string.