facet-diff 0.43.2

Structural diffing for Facet types with human-readable output - no PartialEq required
Documentation
---
source: facet-diff/tests/diff_snapshots.rs
expression: "format_diff_comparison(&a, &b)"
---
╭Before─────────────────╮
│[i32; 3] [1, 2, 3]     │
╰───────────────────────╯
╭After──────────────────╮
│[i32; 3] [1, 5, 3]     │
╰───────────────────────╯
╔Diff═══════════════════╗
║[                      ║
║    - 1                ║
║    - 2                ║
║    + 1                ║
║    + 5                ║
║    .. 1 unchanged item║
║]                      ║
╚═══════════════════════╝