orbit2-buildtools 0.1.1-alpha.2

Some tools to build some Corba binding from IDLs using orbit2-sys
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=TEST_TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}