gitu 0.41.0

A git client inspired by Magit
Documentation
1
2
3
4
5
6
pub mod repo;
#[macro_use]
pub mod ui;

pub use repo::*;
pub use ui::*;