initialize_templating_engine

Function initialize_templating_engine 

Source
pub fn initialize_templating_engine(
    out_dir: PathBuf,
    templates_dir: &str,
    static_dir: &str,
) -> Result<(), RucteError>
Expand description

This is a method that initializes the templating engine in a Pluto project.

Typically it is meant to be used in a build script (build.rs file).