cargo-insta
A snapshot testing library for Rust
A snapshot testing library for Rust
To install this package, run one of the following:
Snapshots tests (also sometimes called approval tests) are tests that
assert values against a reference value (the snapshot). This is similar
to how assert_eq! lets you compare a value against a reference value but
unlike simple string assertions, snapshot tests let you test against complex
values and come with comprehensive tools to review changes.
Snapshot tests are particularly useful if your reference values are very large or change often.
Summary
A snapshot testing library for Rust
Last Updated
Feb 2, 2026 at 17:51
License
Apache-2.0
Total Downloads
6.2K
Supported Platforms
Home
https://insta.rs/GitHub Repository
https://github.com/mitsuhiko/instaDocumentation
https://docs.rs/insta/