facet-diff 0.43.2

Structural diffing for Facet types with human-readable output - no PartialEq required
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: facet-diff/tests/diff_snapshots.rs
expression: "format_diff_comparison(&a, &b)"
---
╭Before─────────────╮
│"hello"            │
╰───────────────────╯
╭After──────────────╮
│"world"            │
╰───────────────────╯
╔Diff═══════════════╗
║"hello" → "world"  ║
╚═══════════════════╝