libxinux 1.0.2

Collection of API & ABI for Xinux
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod install;
pub mod list;
pub mod rebuild;
pub mod remove;
pub mod update;

pub enum AuthMethod<'a> {
    Pkexec,
    Sudo,
    Custom(&'a str),
}