The Windows metadata compiler.
- 📦 crates.io
- 📖 docs.rs
- 🚀 Getting started
- 📁 Source
riddle is the command-line Windows metadata compiler. It reads
RDL source and emits ECMA-335 .winmd files, acting as the
authoring front end for the metadata that drives code generation. It is a
developer tool rather than a runtime library.
The remainder of this page covers how the crate is built and maintained. It is
for contributors and is not needed to use riddle.
Builds on windows-rdl and windows-metadata. Internal tooling, not intended
for direct application use.
Run cargo test -p riddle; see also the workspace test crates.