compile!() { /* proc-macro */ }
Macro to implement the device driver.
Manifest:
compile!( options: "", manifest: "path/to/manifest/file.ddsl" );
Inline ddsl (only used for testing):
compile!( options: "", unstable_ddsl: " // DDSL input " );