- Add
print
function.
- Allow unlabeled command:
cmd! {
"cargo build",
env: Env::empty(),
pwd: Loc::root(),
msg: "Building a server",
}
- Fix non-TLS build.
- Switch to 2021 Rust edition.
- Add dependant processes. See docs.
- Add
Cmd::spawn
andProcess::spawn
methods. - Expose
RunningProcess
. AddRunningProcess::stop
(unix
only, for now). - Add
run
,run_mut
andrun_once
functions.
- Improve process pool output.
- Fix Windows build (#1).
Initial release.