wit-bindgen-wrpc-rust 0.10.0

Rust bindings generator for wRPC, typically used through the `wit-bindgen-wrpc` crate's `generate!` macro.
Documentation
1
2
3
4
fn main() {
    println!("cargo:rerun-if-changed=build.rs");
    // this build script is currently only here so OUT_DIR is set for testing.
}