Expand description
Helpers for package input handling.
Contains functions for generically deriving the files and directories contained in a package input directory. This functionality is used by libraries and tools that deal with files in input directories (e.g. ALPM-MTREE and alpm-package).
Structs§
- Input
Path - An input path.
- Input
Paths - A set of input paths.
Functions§
- relative_
data_ files - Collects all data files in a directory, relative to it.
- relative_
files - Collects all files contained in a directory
path
as a list of sorted relative paths.