gitwig 2.1.1

a rust based tui, an alternative to sourcetree and gitui
1
2
3
4
5
6
7
8
pub mod draw;
pub mod layout;
pub mod scrollbar;
pub mod style;
pub mod syntax;
pub mod ui_detail;

pub use draw::*;