Skip to main content

Module deps

Module deps 

Source
Expand description

Shared dependency-checking infrastructure.

Used by both dbg and gdbg to verify tool availability.

Structs§

DepStatus
Result of checking a single dependency.
Dependency
A single dependency with its check and install instructions.

Enums§

DependencyCheck
How to verify a dependency is installed.

Functions§

check_dep
Check a single dependency.
extra_tool_dirs
Extra directories to search for tool binaries not on PATH.
find_bin
Resolve a binary name to its full path, checking PATH and extra tool dirs. Returns the full path if found, or the original name as fallback.
format_results
Format check results for display.