major overhaul of Backend from dynamic to static dispatch using an big enum
This commit is contained in:
@@ -8,6 +8,7 @@ one (strictly spoken zero) or more [`Package`]s. On start-up `pacdef` will load
|
||||
all groups using [`Group::load`], which in turn will get all packages from all
|
||||
sections.
|
||||
*/
|
||||
|
||||
mod group;
|
||||
mod package;
|
||||
mod section;
|
||||
|
||||
Reference in New Issue
Block a user