gitlogue 0.9.0

A Git history screensaver - watch your code rewrite itself
Documentation
1
2
3
4
5
6
7
8
9
mod editor;
mod file_tree;
mod status_bar;
mod terminal;

pub use editor::EditorPane;
pub use file_tree::FileTreePane;
pub use status_bar::StatusBarPane;
pub use terminal::TerminalPane;