1 2 3 4 5
pub mod cli; pub mod markdown; pub use cli::DiffCliFormatter; pub use markdown::DiffMarkdownFormatter;