rustc-host 0.1.7

Get host target triplet of rustc.
Documentation
1
2
3
4
fn main() -> Result<(), rustc_host::Error> {
    print!("{}", rustc_host::from_cli()?);
    Ok(())
}