Expand description
Utilities for running a cargo command like cargo check or cargo test in a separate thread
and parse its stdout/stderr.
Structsยง
- Command
Actor ๐ - Command
Handle ๐ - A handle to a shell command, such as cargo for diagnostics (flycheck).
- JodGroup
Child ๐ - โJoin On Dropโ wrapper for a child process.
Traitsยง
- Json
Lines ๐Parser - This trait abstracts parsing one line of JSON output into a Rust data type.