1//! Output formatters — thin adapters over `WorkbookDiff` (RFC-013). 2 3pub mod text; 4 5#[cfg(feature = "serde")] 6pub mod json;