Crate pacdef_core

Source
Expand description

This library contains all logic that happens in pacdef under the hood.

Modules§

path
All functions related to pacdef’s internal paths.

Structs§

Config
Config for the program, as listed in $XDG_CONFIG_HOME/pacdef/pacdef.yaml.
Group
Representation of a group file.
Pacdef
Most data that is required during runtime of the program.

Enums§

Error
Error types for pacdef.

Functions§

get_args
Get and parse the CLI arguments.