hewdiff 0.2.0

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

// Re-exported for the (forthcoming) session server and external callers.
#[allow(unused_imports)]
pub use model::{Comment, CommentStore, LineRange, Thread};