git_prole::fs

Function create_dir

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