insta 1.18.2

A snapshot testing library for Rust
Documentation
#[test]
fn test_embedded_test() {
    assert_snapshot!("embedded", "Just a string");
}