prettydiff 0.5.1

Side-by-side diff for two files
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
extern crate prettytable;

pub mod basic;
pub mod format_table;
pub mod lcs;
pub mod text;

pub use crate::basic::diff_slice;
pub use crate::text::{diff_chars, diff_lines, diff_words};