insta 1.47.2

A snapshot testing library for Rust
Documentation
1
2
3
4
5
6
7
8
---
source: insta/tests/test_redaction.rs
expression: "&User\n{\n    id: 23, username: \"john_doe\".to_string(), email:\n    Email(\"john@example.com\".to_string()), extra: \"\".to_string(),\n}"
---
id: "[id]"
username: john_doe
email: john@example.com
extra: ""