pub fn create_diff_receipt(
from_source: &str,
to_source: &str,
rows: Vec<DiffRow>,
totals: DiffTotals,
) -> DiffReceiptExpand description
Create a DiffReceipt for JSON output.
pub fn create_diff_receipt(
from_source: &str,
to_source: &str,
rows: Vec<DiffRow>,
totals: DiffTotals,
) -> DiffReceiptCreate a DiffReceipt for JSON output.