Modules§
- The mirror module contains all logic to download data from an Arch Linux package mirror. This includes the database files or packages.
- The pkgsrc module handles the download of package source repositories. This requires interaction with
git
and the official Arch Linux Gitlab, where all of the package source repositories for the official packages are located.
Structs§
- An iterator over the variants of PackageRepositories
Enums§
- All Arch Linux package repositories we may want to test.
Functions§
- A small helper function that returns a list of unique file names in a directory.