hewdiff 0.5.0

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

pub use actions::diff;
pub use model::CommentStore;