wit-bindgen-rust-macro 0.35.0

Procedural macro paired with the `wit-bindgen` crate.
Documentation
1
2
3
4
5
fn main() {
    println!("cargo:rerun-if-changed=build.rs");
    let out_dir = std::env::var("OUT_DIR").unwrap();
    println!("cargo:rustc-env=DEBUG_OUTPUT_DIR={out_dir}");
}