Crate run_git

Source

Modules§

base_and_rel_path
command
A more convenient interface than std::process::* for running external programs.
flattened
git
path_util
util

Macros§

empty
In situation requiring an array or slice with a generic type for the items, passing the empty array or slice is a bit cumbersome, e.g. &[] as &[&str]. This macro may or may not make this nicer.