windows-rdl
The windows-rdl crate compiles RDL (Rust Definition
Language) - a Rust-like text format for describing Windows APIs - into ECMA-335 .winmd metadata,
and back again.
Start by adding the following to your Cargo.toml file:
[]
= "0.100"
Use the reader to compile .rdl source into a .winmd, and the writer to regenerate canonical
.rdl from a .winmd:
reader
.input
.output
.write
.unwrap;
writer
.input
.output
.write
.unwrap;