Function find_tool

fn find_tool(arch_or_target: &str, tool: &str) -> Option<crate::Tool>

Similar to the find function above, this function will attempt the same operation (finding a MSVC tool in a local install) but instead returns a Tool which may be introspected.