Skip to main content

sheets_diff/output/
mod.rs

1//! Output formatters and view adapters (RFC-013, RFC-029).
2
3pub mod text;
4pub mod view;
5
6#[cfg(feature = "serde")]
7pub mod json;