idalib-build 0.8.1+9.3.260213

Idiomatic bindings to IDA SDK
Documentation
1
2
3
4
5
6
use std::env;

fn main() {
    let sdk = env::var("DEP_IDALIB_SDK").expect("DEP_IDALIB_SDK set by idalib-sys");
    println!("cargo:rustc-env=IDALIB_SDK={sdk}");
}