async fn get_host_target() -> Result<String>
Query rustc -vV and return the host target triple (e.g. "x86_64-unknown-linux-gnu").
rustc -vV
"x86_64-unknown-linux-gnu"