Code generator for Windows metadata
The windows-bindgen crate automatically generates Rust bindings from Windows metadata.
Start by adding the following to your Cargo.toml file:
[]
= "0.2"
[]
= "0.63"
Generate Rust bindings in a build script as follows:
let args = ;
bindgen.unwrap;
And then use the bindings as follows:
unsafe