cargo_create::git
pub fn clone_into_folder( url: &str, branch: &Option<impl AsRef<str>>, folder_path: impl AsRef<Path>) -> Result<()>
Clones a repository into the given folder.