diff2html 0.2.3

Pretty diff to html Rust library (diff2html) https://diff2html.xyz
Documentation
1
2
3
4
5
6
7
8
9
10
mod file_list;
mod line_by_line;
mod page;
mod side_by_side;
pub(crate) mod utils;

pub use self::file_list::FileListPrinter;
pub use self::line_by_line::LineByLinePrinter;
pub use self::page::PagePrinter;
pub use self::side_by_side::SideBySidePrinter;