Function find

Source
pub fn find(build: &Build)
Expand description

Probes for C and C++ compilers and configures the corresponding entries in the Build structure.

This function determines which targets need a C compiler (and, if needed, a C++ compiler) by combining the primary build target, host targets, and any additional targets. For each target, it calls find_target to configure the necessary compiler tools.