Macro include_html

Source
macro_rules! include_html {
    ($name:literal) => { ... };
}
Expand description

Include a generated minified html file as a &'static str.

The file must be generated by the build script and located in the OUT_DIR directory.