removal_plan

Function removal_plan 

Source
fn removal_plan(pkg: InstalledPackage, dependents: Vec<String>) -> RemovalPlan
Expand description

Construct a removal plan from an already loaded package and dependent list.

This helper keeps the public planning API focused on database access while still making the plan shape easy to test in isolation.