tuicr 0.10.0

Review AI-generated diffs like a GitHub pull request, right from your terminal.
1
2
3
4
5
6
7
8
9
pub mod app_layout;
pub mod comment_panel;
pub mod diff_view;
pub mod file_list;
pub mod help_popup;
pub mod status_bar;
pub mod styles;

pub use app_layout::render;