generate

Function generate 

Source
pub fn generate(path: impl AsRef<Path>) -> Result<()>
Expand description

Path must point to a folder which can be deleted and recreated freely!

ยงErrors

Will return Err if path can not be deleted or created or if files cannot be successfully copied or written.