diff-match-patch-rs 0.5.1

The fastest implementation of Myer's diff algorithm to perform the operations required for synchronizing plain text.
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub enum Error {
    InvalidInput,
    Utf8Error,
    HtmlWithError(String),
}