Crate cargo_util
source ยทExpand description
Miscellaneous support code used by Cargo.
Modulesยง
- du ๐A simple disk usage estimator.
- Various utilities for working with files and paths.
- process_
builder ๐ - process_
error ๐Error value forcrate::ProcessBuilder
when a process fails. - read2 ๐
- sha256 ๐
Structsยง
- A builder object for an external process, similar to
std::process::Command
.
Functionsยง
- Determines the disk usage of all files in the given directory.
- Converts an
ExitStatus
to a human-readable string suitable for displaying to a user. - Whether or not this running in a Continuous Integration environment.
- Returns
true
if the given process exit code is something a normal process would exit with.