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 718b87c commit 63c5f81Copy full SHA for 63c5f81
1 file changed
crates/snapbox/src/lib.rs
@@ -28,6 +28,9 @@
28
//!
29
//! Testing Functions:
30
//! - [`assert_data_eq!`] for quick and dirty snapshotting
31
+//! - [`IntoJson`]: adapt serde types to be asserted against
32
+//! - [`std::fmt::Display`]: adapt displayable types to be asserted against
33
+//! - [`ToDebug`]: adapt `#[derive(Debug)]` types to be asserted against
34
35
//! Testing Commands:
36
//! - [`cmd::Command`]: Process spawning for testing of non-interactive commands
0 commit comments