pub fn cross_compile_assistance(
    target_triple: impl AsRef<str>
) -> CrossCompileAssistance
Expand description

Provides assistance for cross-compiling from the user’s host platform to the desired target platform.

This function will not install required toolchains, linkers or compilers automatically. It will look for the required tools and returns a human-readable help text if they can’t be found or any other issue has been detected.