gitv-tui 0.4.5

A terminal-based GitHub client built with Rust and Ratatui.
1
2
3
4
5
mod types;
mod widget;

pub use types::*;
pub use widget::*;