Expand description
Representation of alpm-package files.
Structs§
- Data
Entry - A data file contained in the tar archive of an alpm-package file.
- Existing
Absolute Dir - A path that is guaranteed to be an existing absolute directory.
- Metadata
- All the metadata contained in an alpm-package file.
- Metadata
Entry Iterator - An iterator over each
MetadataEntry
of a package. - Package
- An alpm-package file.
- Package
Entry Iterator - An iterator over each
PackageEntry
of a package. - Package
Reader - A reader for
Package
files.
Enums§
- Error
- An error that can occur when handling alpm-package files.
- Metadata
Entry - Metadata entry contained in an alpm-package file.
- Package
Entry - An entry in a package archive.
Functions§
- append_
relative_ 🔒files - Appends relative files from an input directory to a
Builder
.