iai-callgrind-runner 0.16.1

Binary package needed by the iai-callgrind library
Documentation
1
2
3
4
5
6
7
8
//! The build script

fn main() {
    println!(
        "cargo:rustc-env=IC_BUILD_TRIPLE={}",
        std::env::var("TARGET").unwrap()
    );
}