pub fn find_bundled_tool(
toolkit: &BundledToolkit,
tool: &str,
) -> Option<PathBuf>Expand description
Locate a helper binary inside a bundled toolkit. Returns the full
path to the binary if found, otherwise None.
Resolution order:
- Each
ToolkitRootin declaration order (with bounded descent). - The
ToolkitAnchor, if set:which <bin>→ canonicalize → walk up.