[`std::process`]: https://doc.rust-lang.org/std/process/index.html
[crate-level-docs]: https://docs.rs/devx-cmd
# devx-cmd
`devx-cmd` provides more convenient primitives for spawning child processes
than [`std::process`] targeted for use in development scripts specifically.
See the [crate-level docs][crate-level-docs] for more info.