diff_match_patch 0.1.1

Diff Match Patch is a high-performance library in Rust-lang that manipulates plain text.
Documentation
1
2
3
mod dmp;

pub use dmp::*;