Skip to content

Commit 63c5f81

Browse files
committed
docs(snap): Call out adapters
1 parent 718b87c commit 63c5f81

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

crates/snapbox/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
//!
2929
//! Testing Functions:
3030
//! - [`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
3134
//!
3235
//! Testing Commands:
3336
//! - [`cmd::Command`]: Process spawning for testing of non-interactive commands

0 commit comments

Comments
 (0)