pub fn create_dir_all(path: &str) -> Result<()>
Recursively create a directory and all of its parent components if they are missing.