Macro duat::run

source ยท
pub macro run($($tree:tt)*) {
    ...
}
Expand description

Macro responsible for running Duat

This macro will create a function run, which Duat will search for in the generated object file, this is the function that will kickstart Duat, and may be reloaded at will as the configuration crate is altered.