Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 924 Bytes

File metadata and controls

29 lines (19 loc) · 924 Bytes

riddle

The Windows metadata compiler.

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.


Internal documentation

The remainder of this page covers how the crate is built and maintained. It is for contributors and is not needed to use riddle.

How it's built

Builds on windows-rdl and windows-metadata. Internal tooling, not intended for direct application use.

Testing

Run cargo test -p riddle; see also the workspace test crates.