difftastic_mod_for_windows 0.27.0

A diff that understands syntax (fork which fixes terminal size for windows)
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum Side {
    /// The left-hand side, or the 'before' file. Often abbreviated to
    /// LHS.
    Left,
    /// The right-hand side, or the 'after' file. Often abbreviated to
    /// RHS.
    Right,
}