Macro docify::embed_run

source ·
embed_run!() { /* proc-macro */ }
Expand description

Exactly like docify::embed!(..) in every way except the generated examples are also run automatically as rust doc examples (ignore is not included).

Other than this fact all of the usual docs and syntax and behaviors for docify::embed!(..) also apply to this macro.