A snapshot testing library for Rust, enabling easy comparison of test outputs against stored snapshots.
# Cargo.toml
[dependencies]
insta = "1.47.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses assert_snapshot! to compare a value against a stored snapshot.
Run `cargo insta review` or `cargo insta accept` to update snapshots after verifying changes.
No dependency data recorded yet.