pub fn detect_host_target() -> Result<String>
Detect the host target triple by parsing rustc -vV output. Delegates to anodizer_core::partial::detect_host_target().
rustc -vV
anodizer_core::partial::detect_host_target()