Crate cargo_util
source ·Expand description
Miscellaneous support code used by Cargo.
Modules
- Various utilities for working with files and paths.
- Error value for
crate::ProcessBuilderwhen a process fails. - read2 🔒
- sha256 🔒
Structs
- A builder object for an external process, similar to
std::process::Command.
Functions
- Converts an
ExitStatusto a human-readable string suitable for displaying to a user. - Whether or not this running in a Continuous Integration environment.
- Returns
trueif the given process exit code is something a normal process would exit with.