include_templates!() { /* proc-macro */ }Expand description
Used to include templates at compile time and receive any errors as regular Rust compiler errors. You can provide a list of globs and the found files will all be added as source files to resulting Templates instance.
Syntax: let t: Templates<_> = include_templates!("some_glob/*.cctmpl", "other_glob/**/*.cctmpl")
ยงPanics
If the main crate (cookie_cutter_core) is not found in your (indirect) dependencies.