start adding review

This commit is contained in:
steven-omaha
2023-01-14 19:32:03 +01:00
parent 8210d65fe7
commit b956782249
9 changed files with 168 additions and 1 deletions
+4
View File
@@ -68,6 +68,10 @@ pub(crate) trait Backend {
fn add_packages(&mut self, packages: HashSet<Package>);
fn show_package_info(&self, package: &Package) -> Result<()> {
todo!()
}
fn get_unmanaged_packages_sorted(&self) -> Result<Vec<Package>> {
let installed = self
.get_explicitly_installed_packages()