Skip to main content

compile

Macro compile 

Source
compile!() { /* proc-macro */ }
Expand description

Macro to implement the device driver.

§Usage:

Manifest:

compile!(
    options: "",
    manifest: "path/to/manifest/file.ddsl"
);

Inline ddsl (only used for testing):

compile!(
    options: "",
    unstable_ddsl: "
        // DDSL input
    "
);