Module command

Module command 

Source
Expand description

Utilities for running a cargo command like cargo check or cargo test in a separate thread and parse its stdout/stderr.

Structsยง

CommandActor ๐Ÿ”’
CommandHandle ๐Ÿ”’
A handle to a shell command, such as cargo for diagnostics (flycheck).
JodGroupChild ๐Ÿ”’
โ€˜Join On Dropโ€™ wrapper for a child process.

Traitsยง

JsonLinesParser ๐Ÿ”’
This trait abstracts parsing one line of JSON output into a Rust data type.