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.
macro_rules! include_html {
($name:literal) => { ... };
}
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.