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.