diff_match_patch_rs/
errors.rs

1#[derive(Debug)]
2pub enum Error {
3    InvalidInput,
4    Utf8Error,
5    HtmlWithError(String),
6}