We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea5e84 commit 5a4da90Copy full SHA for 5a4da90
crates/snapbox/src/lib.rs
@@ -12,6 +12,7 @@
12
//! ## Which tool is right
13
//!
14
//! - [cram](https://bitheap.org/cram/): End-to-end CLI snapshotting agnostic of any programming language
15
+//! - See also [scrut](https://github.com/facebookincubator/scrut)
16
//! - [trycmd](https://crates.io/crates/trycmd): For running a lot of blunt tests (limited test predicates)
17
//! - Particular attention is given to allow the test data to be pulled into documentation, like
18
//! with [mdbook](https://rust-lang.github.io/mdBook/)
0 commit comments