[][src]Macro rocket_include_tera::tera_resources_initialize

macro_rules! tera_resources_initialize {
    ( $tera:expr, $($name:expr, $path:expr), * $(,)* ) => { ... };
}

Used in the fairing of TeraResponseFairing to include Tera files into your executable binary file. You need to specify each file's name and its path. In order to reduce the compilation time and allow to hot-reload templates, files are compiled into your executable binary file together, only when you are using the release profile.