This structure mimics the API of `std::process::Command` found in the standard library, but replaces functions that create a process with an asynchronous variant. The main provided asynchronous functions are spawn, status, and output.| docs.rs
Parallel version of the standard iterator trait.| docs.rs
An iterator that supports “random access” to its data, meaning that you can split it at arbitrary indices and draw data from those points.| docs.rs
`IntoParallelIterator` implements the conversion to a `ParallelIterator`.| docs.rs
Builds Tokio Runtime with custom configuration values.| docs.rs