Expand description
Module containing functions for rendering templates
Traits§
- Create
- Trait allowing us to create dirs/templates/files.
Functions§
- create_
file - Function to write a file from a static string
- render_
dirs - Render a list of directories, substituting in templates
- render_
file - Render a static string and write it to file
- render_
files - Create all the files, and return a list of files that have been created
suitable for insertion
into a
HashBuilder
- render_
templates - render a
<Vec<String>>
of templates, doing nothing if it’s empty. - write_
file_ plain - Write a file from a static string