1pub mod cli; 2pub mod error; 3pub mod git; 4pub mod graph; 5pub mod parser; 6pub mod render; 7#[cfg(feature = "tui")] 8pub mod tui;