cargo-binstall 0.6.0

Rust binary package installer for CI integration
Documentation
// Fetch build target and define this for the compiler
fn main() {
    println!(
        "cargo:rustc-env=TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}