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§
- Dependency
Check - 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.