Module package

Source
Expand description

Representation of alpm-package files.

Structs§

DataEntry
A data file contained in the tar archive of an alpm-package file.
ExistingAbsoluteDir
A path that is guaranteed to be an existing absolute directory.
Metadata
All the metadata contained in an alpm-package file.
MetadataEntryIterator
An iterator over each MetadataEntry of a package.
Package
An alpm-package file.
PackageEntryIterator
An iterator over each PackageEntry of a package.
PackageReader
A reader for Package files.

Enums§

Error
An error that can occur when handling alpm-package files.
MetadataEntry
Metadata entry contained in an alpm-package file.
PackageEntry
An entry in a package archive.

Functions§

append_relative_files 🔒
Appends relative files from an input directory to a Builder.