Function diff_workflow
Source pub fn diff_workflow(settings: &DiffSettings) -> Result<DiffReceipt>
Expand description
Runs the diff workflow comparing two receipts or paths.
§Arguments
settings - Diff settings (from, to references)
§Returns
A DiffReceipt showing changes between the two states.