Crate cargo_util

source
Expand description

Miscellaneous support code used by Cargo.

This crate is maintained by the Cargo team, primarily for use by Cargo and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs or be deprecated without warning.

Modulesยง

Structsยง

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.