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, i32, i32) (   │
│  1,                │
│  2,                │
│  3,                │
│)                   │
╰────────────────────╯
╭After───────────────╮
│(i32, i32, i32) (   │
│  1,                │
│  2,                │
│  3,                │
│)                   │
╰────────────────────╯
╔Diff════════════════╗
║(structurally equal)║
╚════════════════════╝