libpacstall 0.8.1

Backend API library for Pacstall
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Handles `/usr/share/pacstall/repo/update`.
pub mod update;

/// Handles `/usr/share/pacstall/repo/pacstallrepo`.
pub mod repos;

/// Metalink handling.
pub mod metalink;

/// Handles the packagelist format.
pub mod pkglist;