async-git 0.0.0-squat-name

Pure-rust async implementation of git built on tokio
Documentation
1
2
3
4
5
6
7
mod init;
mod log;
mod show;

pub use self::init::{init_cmd, InitOptions};
pub use self::log::{log_cmd, LogOptions};
pub use self::show::{show_cmd, ShowOptions};