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
Receive values from the associated `UnboundedSender`.| docs.rs
Sends values to the associated `Receiver`.| docs.rs
Receives values from the associated `Sender`.| docs.rs
`*mut T` but non-zero and covariant.| doc.rust-lang.org
A slice of a path (akin to `str`).| doc.rust-lang.org
A growable group of streams which act as a single unit.| docs.rs
The receiving side of a channel.| 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
A handle representing a span, with the capability to enter the span if it exists.| docs.rs
An `Iterator` blanket implementation that provides extra adaptors and methods.| docs.rs
The 32-bit unsigned integer type.| doc.rust-lang.org
A trait for objects which are byte-oriented sinks.| doc.rust-lang.org
User-level interface for RNGs| docs.rs