Function dir_to_string

Source
pub fn dir_to_string(path: &Path) -> BlueprintString
Expand description

Load Blueprint from Directory

Loads blueprint from combination of files in a given directory. Panics when path is invalid.

Returns a BlueprintString of the entire combined blueprint separated with an empty line (\n)

Example:

file1_contents -> Empty line file2_contents