cargo-insta 0.2.0

A review tool for the insta snapshot testing library for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# cargo-insta

<div align="center">
 <img src="https://github.com/mitsuhiko/insta/blob/master/assets/logo.png?raw=true" width="250" height="250">
 <p><strong>cargo-insta: review tool for insta, a snapshot testing library for Rust</strong></p>
</div>

This crate provides a cargo command for insta snapshot reviews.

```rust
$ cargo install cargo-insta
$ cargo insta --help
```

License: Apache-2.0