hewdiff 0.1.0

High-performance review-first terminal diff viewer with PR-style comments
1
2
3
4
5
pub mod model;
pub mod parse;

#[allow(unused_imports)]
pub use model::{Changeset, DiffFile, DiffLine, Hunk, LineKind, Side};