git_prole::fs

Function create_dir_all

source
pub fn create_dir_all<P>(path: P) -> Result<()>
where P: AsRef<Path> + Debug,