Expand description
A Swiss-army knife for writing shell-style scripts in Rust.
See crate ::xshell.
Macros§
Structs§
- Cmd
- A builder object for constructing a subprocess.
- Error
- An error returned by an
xshelloperation. - PushDir
- RAII guard returned from
Shell::push_dir. - PushEnv
- RAII guard returned from
Shell::push_env. - Shell
- A
Shellis the main API entry point. - TempDir
- A temporary directory.