Expand description
§alpm-common
A library providing common traits and functionalities for other Arch Linux Package Management (ALPM) crates.
§Documentation
- https://alpm.archlinux.page/rustdoc/alpm_common/ for development version of the crate
- https://docs.rs/alpm-buildinfo/latest/alpm_common/ for released versions of the crate
§Contributing
Please refer to the contribution guidelines to learn how to contribute to this project.
§License
This project can be used under the terms of the Apache-2.0 or MIT. Contributions to this project, unless noted otherwise, are automatically licensed under the terms of both of those licenses.
Modules§
Structs§
- Input
Path - An input path.
- Input
Paths - A set of input paths.
Enums§
- Error
- An error that can occur when dealing with package inputs.
Traits§
- File
Format Schema - A trait for file format schemas and their versioning.
- Metadata
File - A trait for metadata files.
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.